From a7e278ce6ef8269b3c13808dfc4648ad0ab79d87 Mon Sep 17 00:00:00 2001 From: Neil Date: Sun, 18 Sep 2016 21:34:20 +1000 Subject: Fix spelling in comment. --- src/Editor.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Editor.cxx b/src/Editor.cxx index b6e57212b..12ec73239 100644 --- a/src/Editor.cxx +++ b/src/Editor.cxx @@ -3421,7 +3421,7 @@ int Editor::HorizontalMove(unsigned int iMessage) { const int directionMove = (spCaret < spCaretNow) ? -1 : 1; spCaret = MovePositionSoVisible(spCaret, directionMove); - // Handle move versus extend, and special behaviour for non-emoty left/right + // Handle move versus extend, and special behaviour for non-empty left/right switch (iMessage) { case SCI_CHARLEFT: case SCI_CHARRIGHT: -- cgit v1.2.3