diff --git a/src/core/boot.js b/src/core/boot.js index 50b2677b5c..23e1992d61 100644 --- a/src/core/boot.js +++ b/src/core/boot.js @@ -88,7 +88,7 @@ function isRepoUninitializedError (err) { } // TODO: As error codes continue to be standardized, this logic can be phase out; - // it is here to maintain compatability + // it is here to maintain compatibility if (err.message.match(/not found/) || // indexeddb err.message.match(/ENOENT/) || // fs err.message.match(/No value/) // memory