From b841ccf7b35e1ce338d65a04e7080187ae965ff1 Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Mon, 16 Dec 2013 21:51:35 -0500 Subject: [PATCH] Fix typo --- chrome/content/zotero/xpcom/ipc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/xpcom/ipc.js b/chrome/content/zotero/xpcom/ipc.js index 3ca255bcd..7ceff05f4 100755 --- a/chrome/content/zotero/xpcom/ipc.js +++ b/chrome/content/zotero/xpcom/ipc.js @@ -187,7 +187,7 @@ Zotero.IPC = new function() { // Different from Zotero.appName; this corresponds to the // name in application.ini - const myAppName = Services.appInfo.name; + const myAppName = Services.appinfo.name; for each(var appName in appNames) { // don't send messages to ourself