updated for version 7.1b
diff --git a/src/README.txt b/src/README.txt
index 2ebbda0..bd93652 100644
--- a/src/README.txt
+++ b/src/README.txt
@@ -138,6 +138,6 @@
 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.