mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Fixed a typo in service.js ('paylaod' for 'payload')
This commit is contained in:
parent
85f96743c6
commit
09db19632c
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user