From 84a05acc8c341c2be383198496764992ae971a46 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Mon, 6 May 2013 04:24:17 +0200 Subject: updated for version 7.3.925 Problem: Typos in source files. Solution: Fix the typos. (Ken Takata) --- src/ex_cmds2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ex_cmds2.c') diff --git a/src/ex_cmds2.c b/src/ex_cmds2.c index 11446efd4..c2f768a1d 100644 --- a/src/ex_cmds2.c +++ b/src/ex_cmds2.c @@ -2851,7 +2851,7 @@ cmd_source(fname, eap) EMSG(_(e_argreq)); else if (eap != NULL && eap->forceit) - /* ":source!": read Normal mdoe commands + /* ":source!": read Normal mode commands * Need to execute the commands directly. This is required at least * for: * - ":g" command busy -- cgit v1.2.1