fix typo in error message.
[bookreader.git] / BookReader / BookReader.js
index 36379a1..2a59cd1 100644 (file)
@@ -4351,7 +4351,7 @@ BookReader.prototype.ttsToggle = function () {
               if (oStatus.success) {                
                 this.ttsStart();
               } else {
-                alert('Could not load soundManger2, possibly due to FlashBlock. Audio playback is disabled');
+                alert('Could not load soundManager2, possibly due to FlashBlock. Audio playback is disabled');
               }
             }, this);        
         }