From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 19D8D15800D for ; Sat, 1 Jul 2023 14:49:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 464FBE0870; Sat, 1 Jul 2023 14:49:10 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2C9CAE0870 for ; Sat, 1 Jul 2023 14:49:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3F41B33BF0B for ; Sat, 1 Jul 2023 14:49:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A001D136 for ; Sat, 1 Jul 2023 14:49:07 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1686591299.35f7c112e5a0ee16e680e6ed7321b88332b86450.ulm@gentoo> Subject: [gentoo-commits] proj/eselect:master commit in: modules/ X-VCS-Repository: proj/eselect X-VCS-Files: modules/env.eselect X-VCS-Directories: modules/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 35f7c112e5a0ee16e680e6ed7321b88332b86450 X-VCS-Branch: master Date: Sat, 1 Jul 2023 14:49:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 676160d6-2f68-4fe1-904f-c71c33361e42 X-Archives-Hash: 4e54d8071ef1ec2f1b7b2c1d033045e3 commit: 35f7c112e5a0ee16e680e6ed7321b88332b86450 Author: Ulrich Müller gentoo org> AuthorDate: Mon Jun 12 17:34:59 2023 +0000 Commit: Ulrich Müller gentoo 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 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