fix typo in error message.
authorrajbot <raj@archive.org>
Wed, 13 Oct 2010 00:32:08 +0000 (00:32 +0000)
committerrajbot <raj@archive.org>
Wed, 13 Oct 2010 00:32:08 +0000 (00:32 +0000)
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);        
         }