From 5635ffbf0f7120ffa5b80c47a41db654dd152d3a Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Fri, 30 Aug 2002 10:36:31 +0000 Subject: [PATCH] (ex-compile-command): Fix typo. --- lisp/emulation/viper-ex.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/emulation/viper-ex.el b/lisp/emulation/viper-ex.el index 1ae136a067e..2b3a9c29b74 100644 --- a/lisp/emulation/viper-ex.el +++ b/lisp/emulation/viper-ex.el @@ -324,7 +324,7 @@ Don't put `-c' here, as it is added automatically." :group 'viper-ex) (defcustom ex-compile-command "make" - "The comand to run when the user types :make." + "The command to run when the user types :make." :type 'string :group 'viper-ex) -- 2.39.5