aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2016-09-18 21:34:20 +1000
committerNeil <nyamatongwe@gmail.com>2016-09-18 21:34:20 +1000
commita7e278ce6ef8269b3c13808dfc4648ad0ab79d87 (patch)
tree2bc4a64bdd0a873642233a1e77abd799f2789b20
parentbaa6e605fedb7f2394cd155caa9a9b6153169835 (diff)
downloadscintilla-mirror-a7e278ce6ef8269b3c13808dfc4648ad0ab79d87.tar.gz
Fix spelling in comment.
-rw-r--r--src/Editor.cxx2
1 files changed, 1 insertions, 1 deletions
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: