Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] eselect r510 - trunk/libs
Date: Sun, 26 Apr 2009 19:32:39
Message-Id: E1LyA5d-0000I1-Qg@stork.gentoo.org
1 Author: ulm
2 Date: 2009-04-26 19:32:37 +0000 (Sun, 26 Apr 2009)
3 New Revision: 510
4
5 Modified:
6 trunk/libs/editor-variable.bash.in
7 Log:
8 Fix typo.
9
10 Modified: trunk/libs/editor-variable.bash.in
11 ===================================================================
12 --- trunk/libs/editor-variable.bash.in 2009-04-26 18:23:49 UTC (rev 509)
13 +++ trunk/libs/editor-variable.bash.in 2009-04-26 19:32:37 UTC (rev 510)
14 @@ -22,7 +22,7 @@
15 # EDITOR_VAR is the name of the environment variable, e.g. "EDITOR".
16 # EDITOR_ENVFILE is the path to the config file where the variable should be
17 # stored, e.g. "/etc/env.d/99editor". Several modules may share the same file.
18 -# EDITOR_LIST is a space-seperated list of available programs (full pathnames)
19 +# EDITOR_LIST is a space-separated list of available programs (full pathnames)
20 # e.g. "/bin/nano /usr/bin/emacs /usr/bin/vi"
21 # EDITOR_PATH (optional) is a colon-separated list of directories where to
22 # search for available programs. Default is "/bin:/usr/bin".