Fix typo in comment

This commit is contained in:
Dan Stillman 2011-04-27 19:11:50 +00:00
parent b22b395e22
commit 186aade141

View file

@ -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