diff options
author | Ulrich Müller <ulm@gentoo.org> | 2023-06-12 19:34:59 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-06-12 19:34:59 +0200 |
commit | 35f7c112e5a0ee16e680e6ed7321b88332b86450 (patch) | |
tree | 571271313ade930a241fc903bf3c0b6952839e66 | |
parent | Update version to 1.4.25 (diff) | |
download | eselect-35f7c112e5a0ee16e680e6ed7321b88332b86450.tar.gz eselect-35f7c112e5a0ee16e680e6ed7321b88332b86450.tar.bz2 eselect-35f7c112e5a0ee16e680e6ed7321b88332b86450.zip |
env.eselect: Fix typos in comments
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r-- | modules/env.eselect | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/env.eselect b/modules/env.eselect index 7161e10..21369d2 100644 --- a/modules/env.eselect +++ b/modules/env.eselect @@ -36,8 +36,8 @@ PRELINK="${EROOT}/etc/prelink.conf" # Keep all stored LDPATHS ESELECT_LDPATH=( ) -# is_envd_file() -# Return successfuly when file can be sourced. +# is_envfile() +# Return successfully when file can be sourced. is_envfile() { local mime envfile=${1} @@ -58,7 +58,7 @@ is_envfile() { } # update_envvar_classes() -# Update the contents of *_CLASS based on env,d files. +# Update the contents of *_CLASS based on env.d files. update_envvar_classes() { local -a envfiles local value |