aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Editor.cxx
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2025-06-26 22:17:20 +1000
committerNeil <nyamatongwe@gmail.com>2025-06-26 22:17:20 +1000
commit181b13c2eed7499d192d0b85c7269dc7ab71336b (patch)
tree616d030534eb56f7a70ae705663fe757ac44a04c /src/Editor.cxx
parent1226611b78512a0e1b6299e5dd51c354290df0f4 (diff)
downloadscintilla-mirror-181b13c2eed7499d192d0b85c7269dc7ab71336b.tar.gz
Fix some typos and indentation.
Diffstat (limited to 'src/Editor.cxx')
-rw-r--r--src/Editor.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Editor.cxx b/src/Editor.cxx
index 8bc5d036a..f5b6b2c03 100644
--- a/src/Editor.cxx
+++ b/src/Editor.cxx
@@ -9135,7 +9135,7 @@ sptr_t Editor::WndProc(Message iMessage, uptr_t wParam, sptr_t lParam) {
return DefWndProc(iMessage, wParam, lParam);
}
- // If there was a change that needs its selection saved and it wasn't explicity saved
+ // If there was a change that needs its selection saved and it wasn't explicitly saved
// then do that here.
RememberCurrentSelectionForRedoOntoStack();