summaryrefslogtreecommitdiff
path: root/src/ex_getln.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2007-05-10 18:25:20 +0000
committerBram Moolenaar <Bram@vim.org>2007-05-10 18:25:20 +0000
commitccc18222dd2b40397536703923842f026a6141f0 (patch)
tree5ebf27663225d11e70f382e51236b9f3f9890ed4 /src/ex_getln.c
parent2c7a763832663d5878ff37a58c81fbe95527084a (diff)
downloadvim-ccc18222dd2b40397536703923842f026a6141f0.zip
updated for version 7.1b
Diffstat (limited to 'src/ex_getln.c')
-rw-r--r--src/ex_getln.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ex_getln.c b/src/ex_getln.c
index a7de0503e..b1afab55b 100644
--- a/src/ex_getln.c
+++ b/src/ex_getln.c
@@ -2849,7 +2849,7 @@ save_cmdline(ccp)
}
/*
- * Resture ccline after it has been saved with save_cmdline().
+ * Restore ccline after it has been saved with save_cmdline().
*/
static void
restore_cmdline(ccp)
@@ -3039,7 +3039,7 @@ cmdline_del(from)
#endif
/*
- * this fuction is called when the screen size changes and with incremental
+ * this function is called when the screen size changes and with incremental
* search
*/
void
@@ -6026,7 +6026,7 @@ ex_window()
apply_autocmds(EVENT_CMDWINLEAVE, typestr, typestr, FALSE, curbuf);
# endif
- /* Restore the comand line info. */
+ /* Restore the command line info. */
ccline = save_ccline;
cmdwin_type = 0;