diff src/option.h @ 1217:82274b284600

updated for version 7.1b
author vimboss
date Thu, 10 May 2007 18:38:52 +0000
parents 09d0e83c29b8
children cc4fe241baa3
line wrap: on
line diff
--- a/src/option.h
+++ b/src/option.h
@@ -150,7 +150,7 @@
 #define CPO_CW		'w'	/* "cw" only changes one blank */
 #define CPO_FWRITE	'W'	/* "w!" doesn't overwrite readonly files */
 #define CPO_ESC		'x'
-#define CPO_REPLCNT	'X'	/* "R" with a count only delets chars once */
+#define CPO_REPLCNT	'X'	/* "R" with a count only deletes chars once */
 #define CPO_YANK	'y'
 #define CPO_KEEPRO	'Z'	/* don't reset 'readonly' on ":w!" */
 #define CPO_DOLLAR	'$'