Update runtime files
diff --git a/runtime/doc/builtin.txt b/runtime/doc/builtin.txt
index acd0f5c..cd66041 100644
--- a/runtime/doc/builtin.txt
+++ b/runtime/doc/builtin.txt
@@ -1,4 +1,4 @@
-*builtin.txt*	For Vim version 8.2.  Last change: 2022 Apr 25
+*builtin.txt*	For Vim version 8.2.  Last change: 2022 May 04
 
 
 		  VIM REFERENCE MANUAL	  by Bram Moolenaar
@@ -2425,7 +2425,7 @@
 			all typeahead will be consumed by the last call.
 		'c'	Remove any script context when executing, so that
 			legacy script syntax applies, "s:var" does not work,
-			etc.  Note that if the keys being using set a script
+			etc.  Note that if the string being fed sets a script
 			context this still applies.
 		'!'	When used with 'x' will not end Insert mode. Can be
 			used in a test when a timer is set to exit Insert mode