commit 186aade1416b96b7071c6a04686af35c364a68eb parent b22b395e22365c29deb1a0132d911ea66e5cd484 Author: Dan Stillman <dstillman@zotero.org> Date: Wed, 27 Apr 2011 19:11:50 +0000 Fix typo in comment Diffstat:
| M | chrome/content/zotero/xpcom/storage/webdav.js | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chrome/content/zotero/xpcom/storage/webdav.js b/chrome/content/zotero/xpcom/storage/webdav.js @@ -1356,7 +1356,7 @@ Zotero.Sync.Storage.Session.WebDAV.prototype.purgeOrphanedStorageFiles = functio // Skip root URI if (href == path - // Some Apache servers respond with an "/zotero" href + // Some Apache servers respond with a "/zotero" href // even for a "/zotero/" request || (trailingSlash && href + '/' == path) // Try URL-encoded as well, as above