updated for version 7.1b
diff --git a/src/ex_getln.c b/src/ex_getln.c
index a7de050..b1afab5 100644
--- a/src/ex_getln.c
+++ b/src/ex_getln.c
@@ -2849,7 +2849,7 @@
}
/*
- * 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 @@
#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 @@
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;