From 35f7c112e5a0ee16e680e6ed7321b88332b86450 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Mon, 12 Jun 2023 19:34:59 +0200 Subject: env.eselect: Fix typos in comments MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ulrich Müller --- 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 -- cgit v1.2.3-65-gdbad