From 7d04e41f045f1d92476770b9f9e2093f7022fed1 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Sun, 26 Apr 2009 19:32:37 +0000 Subject: Fix typo. svn path=/trunk/; revision=510 --- libs/editor-variable.bash.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/editor-variable.bash.in b/libs/editor-variable.bash.in index 661ea69..231b16b 100644 --- a/libs/editor-variable.bash.in +++ b/libs/editor-variable.bash.in @@ -22,7 +22,7 @@ # EDITOR_VAR is the name of the environment variable, e.g. "EDITOR". # EDITOR_ENVFILE is the path to the config file where the variable should be # stored, e.g. "/etc/env.d/99editor". Several modules may share the same file. -# EDITOR_LIST is a space-seperated list of available programs (full pathnames) +# EDITOR_LIST is a space-separated list of available programs (full pathnames) # e.g. "/bin/nano /usr/bin/emacs /usr/bin/vi" # EDITOR_PATH (optional) is a colon-separated list of directories where to # search for available programs. Default is "/bin:/usr/bin". -- cgit v1.2.3-65-gdbad