1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 13:42:27 +01:00

fix comment typo

This commit is contained in:
Doug Kearns
2008-08-27 08:40:51 +00:00
parent fe66405e13
commit 603d097733

View File

@@ -92,7 +92,7 @@ liberator.modes = (function () //{{{
} }
// NOTE: Pay attention that you don't run into endless loops // 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 // by calling liberator.modes.reset() and adding the stuff which is needed
// for its cleanup here // for its cleanup here
function handleModeChange(oldMode, newMode) function handleModeChange(oldMode, newMode)