commit b841ccf7b35e1ce338d65a04e7080187ae965ff1
parent b7f6f97cedbb69f1530998771fe81ddc9043acb7
Author: Simon Kornblith <simon@simonster.com>
Date: Mon, 16 Dec 2013 21:51:35 -0500
Fix typo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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