diff --git a/src/client.js b/src/client.js index b5dccc96c..eb92da542 100644 --- a/src/client.js +++ b/src/client.js @@ -507,7 +507,7 @@ MatrixClient.prototype.isInitialSyncComplete = function() { if (!state) { return false; } - return state === "PREPAED" || state === "SYNCING"; + return state === "PREPARED" || state === "SYNCING"; }; /**