updated for version 7.1b
diff --git a/src/ops.c b/src/ops.c
index cf7bdb1..ddc414b 100644
--- a/src/ops.c
+++ b/src/ops.c
@@ -4094,7 +4094,7 @@
  * "redraw" is TRUE when the screen should be updated.
  * Caller must have setup for undo.
  *
- * return FAIL for failure, OK ohterwise
+ * return FAIL for failure, OK otherwise
  */
     int
 do_join(insert_space)
diff --git a/src/option.h b/src/option.h
index c322f3a..6208a1c 100644
--- 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	'$'