From c815f25e2757df0fb90d8cfff4dc80e8ccfc1928 Mon Sep 17 00:00:00 2001 From: anekos Date: Sat, 9 Apr 2011 09:27:46 +0900 Subject: Fix a typo --- sbmcommentsviewer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbmcommentsviewer.js') 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); -- cgit v1.2.3