From 603d097733704cb0be515ce9f2eb119b8e5fc01d Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Wed, 27 Aug 2008 08:40:51 +0000 Subject: [PATCH] fix comment typo --- content/modes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/modes.js b/content/modes.js index 9661289c..c1dea5a2 100644 --- a/content/modes.js +++ b/content/modes.js @@ -92,7 +92,7 @@ liberator.modes = (function () //{{{ } // NOTE: Pay attention that you don't run into endless loops - // Usually you should only indicate to leave a special mode linke HINTS + // Usually you should only indicate to leave a special mode like HINTS // by calling liberator.modes.reset() and adding the stuff which is needed // for its cleanup here function handleModeChange(oldMode, newMode)