summaryrefslogtreecommitdiff
path: root/src/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/README.txt')
-rw-r--r--src/README.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/README.txt b/src/README.txt
index 2ebbda005..bd9365205 100644
--- a/src/README.txt
+++ b/src/README.txt
@@ -138,6 +138,6 @@ DEBUGGING THE GUI
Remember to prevent that gvim forks and the debugger thinks Vim has exited,
add the "-f" argument. In gdb: "run -f -g".
-When stepping through display updating code, the focus event is triggerred
+When stepping through display updating code, the focus event is triggered
when going from the debugger to Vim and back. To avoid this, recompile with
some code in gui_focus_change() disabled.