From a79032079297b6dd5d9312bfbf752b5d4e1830fc Mon Sep 17 00:00:00 2001 From: Luke Date: Sun, 26 Mar 2017 02:29:48 +0900 Subject: fix typo --- content_scripts/mode_visual.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content_scripts/mode_visual.coffee b/content_scripts/mode_visual.coffee index 1c05cd85..e4e4f541 100644 --- a/content_scripts/mode_visual.coffee +++ b/content_scripts/mode_visual.coffee @@ -70,7 +70,7 @@ class Movement else @selection.modify @alterMethod, direction, granularity - # Return a simple camparable value which depends on various aspects of the selection. This is used to + # Return a simple comparable value which depends on various aspects of the selection. This is used to # detect, after a movement, whether the selection has changed. hashSelection: -> range = @selection.getRangeAt(0) -- cgit v1.2.3