diff --git a/feature-detects/storage/localstorage.js b/feature-detects/storage/localstorage.js index b52a0372ec..08c807d5b4 100644 --- a/feature-detects/storage/localstorage.js +++ b/feature-detects/storage/localstorage.js @@ -25,7 +25,7 @@ define(['Modernizr'], function(Modernizr) { // Also in iOS5 Private Browsing mode, attempting to use localStorage.setItem // will throw the exception: - // QUOTA_EXCEEDED_ERRROR DOM Exception 22. + // QUOTA_EXCEEDED_ERROR DOM Exception 22. // Peculiarly, getItem and removeItem calls do not throw. // Because we are forced to try/catch this, we'll go aggressive.