diff options
-rw-r--r-- | sbmcommentsviewer.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbmcommentsviewer.js b/sbmcommentsviewer.js index a65630c..adb64f4 100644 --- a/sbmcommentsviewer.js +++ b/sbmcommentsviewer.js @@ -520,7 +520,7 @@ commands.addUserCommand(['viewSBMComments'], 'SBM Comments Viewer', //{{{ let type = types.charAt(i); if ( manager.type[type] ){ if ( cacheManager.isAvailable(url, type) ){ - liberator.log('cache avairable'); + liberator.log('cache available'); if (openToBrowser) // TODO manager.open(cacheManager.get(url,type).toHTML(format,false), liberator.forceNewTab); |