Fixed a typo in service.js ('paylaod' for 'payload')

This commit is contained in:
jonathandicarlo@jonathan-dicarlos-macbook-pro.local 2009-02-25 15:06:28 -08:00
Родитель de060a98d5
Коммит 76ec9fd792
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -594,7 +594,7 @@ WeaveSvc.prototype = {
"consistency."); "consistency.");
else // 200 else // 200
this._log.info("Server data wiped to ensure consistency after client " + this._log.info("Server data wiped to ensure consistency after client " +
"upgrade (" + meta.paylaod.storageVersion + " -> " + "upgrade (" + meta.payload.storageVersion + " -> " +
WEAVE_VERSION + ")"); WEAVE_VERSION + ")");
} else if (Svc.Version.compare(meta.payload.storageVersion, } else if (Svc.Version.compare(meta.payload.storageVersion,