summaryrefslogtreecommitdiff
path: root/src/ops.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2007-05-10 18:38:52 +0000
committerBram Moolenaar <Bram@vim.org>2007-05-10 18:38:52 +0000
commit10c56952d8d29365e178baa4e0db785493041595 (patch)
tree7330479a65e48a2c92c135a37e106686f484f6ce /src/ops.c
parent335437bb249a46c51109251ff50f1b9aa8828fc4 (diff)
downloadvim-10c56952d8d29365e178baa4e0db785493041595.zip
updated for version 7.1b
Diffstat (limited to 'src/ops.c')
-rw-r--r--src/ops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ops.c b/src/ops.c
index cf7bdb1ad..ddc414b55 100644
--- a/src/ops.c
+++ b/src/ops.c
@@ -4094,7 +4094,7 @@ do_do_join(count, insert_space)
* "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)