diff src/README.txt @ 1197:b7ad1c609161

updated for version 7.1b
author vimboss
date Thu, 10 May 2007 17:15:45 +0000
parents a698eb686ded
children 7c8c7c95a865
line wrap: on
line diff
--- 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.