summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsrc/Editor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Editor.cpp b/src/Editor.cpp
index 055f5dc..9ac8c1b 100755
--- a/src/Editor.cpp
+++ b/src/Editor.cpp
@@ -1268,7 +1268,7 @@ void Editor::EnsureCaretVisible(bool useMargin, bool vert, bool horiz) {
yMarginT = yMarginB = 0;
} else {
// yMarginT must equal to caretYSlop, with a minimum of 1 and
- // a maximum of slightly less than half the heigth of the text area.
+ // a maximum of slightly less than half the height of the text area.
yMarginT = Platform::Clamp(caretYSlop, 1, halfScreen);
if (bEven) {
yMarginB = yMarginT;