From b8f6dd1c2aa77cef96689f4c8281445c1c494f83 Mon Sep 17 00:00:00 2001 From: Corey Johnson Date: Mon, 6 Feb 2012 15:36:16 -0800 Subject: [PATCH] spelling --- spec/atom/vim-mode-spec.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/atom/vim-mode-spec.coffee b/spec/atom/vim-mode-spec.coffee index a5e7d85e2..a219a3020 100644 --- a/spec/atom/vim-mode-spec.coffee +++ b/spec/atom/vim-mode-spec.coffee @@ -25,7 +25,7 @@ describe "VimMode", -> editor.trigger event expect(event.stopPropagation).not.toHaveBeenCalled() - it "does not allow the cursor to be placed on the \n charachter, unless the line is empty", -> + it "does not allow the cursor to be placed on the \n character, unless the line is empty", -> editor.buffer.setText("012345\n\nabcdef") editor.setCursorPosition([0, 5]) expect(editor.getCursorPosition()).toEqual [0,5]