commit:     35f7c112e5a0ee16e680e6ed7321b88332b86450
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 12 17:34:59 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Jun 12 17:34:59 2023 +0000
URL:        https://gitweb.gentoo.org/proj/eselect.git/commit/?id=35f7c112

env.eselect: Fix typos in comments

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 modules/env.eselect | 6 +++---
 1 file 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

Reply via email to