From 181b13c2eed7499d192d0b85c7269dc7ab71336b Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 26 Jun 2025 22:17:20 +1000 Subject: Fix some typos and indentation. --- 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 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(); -- cgit v1.2.3