aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2009-04-26 19:32:37 +0000
committerUlrich Müller <ulm@gentoo.org>2009-04-26 19:32:37 +0000
commit7d04e41f045f1d92476770b9f9e2093f7022fed1 (patch)
tree39f5e9a8d860d5b832a934e04a18cdcc7a0388ae
parentUse man macros. (diff)
downloadeselect-7d04e41f045f1d92476770b9f9e2093f7022fed1.tar.gz
eselect-7d04e41f045f1d92476770b9f9e2093f7022fed1.tar.bz2
eselect-7d04e41f045f1d92476770b9f9e2093f7022fed1.zip
Fix typo.
svn path=/trunk/; revision=510
-rw-r--r--libs/editor-variable.bash.in2
1 files changed, 1 insertions, 1 deletions
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".