diff options
author | Sam James <sam@gentoo.org> | 2023-03-24 03:45:07 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-03-26 13:35:49 +0200 |
commit | 3c2a9b254c60e9cfe4d5ff61ef6d644f9e29d2c7 (patch) | |
tree | a5c9e646b7ec2335cc601707a173a55e0564ad94 /eclass | |
parent | xorg-3.eclass: Quote argument of ":" command (diff) | |
download | gentoo-3c2a9b254c60e9cfe4d5ff61ef6d644f9e29d2c7.tar.gz gentoo-3c2a9b254c60e9cfe4d5ff61ef6d644f9e29d2c7.tar.bz2 gentoo-3c2a9b254c60e9cfe4d5ff61ef6d644f9e29d2c7.zip |
acct-group.eclass: fix spelling
Thanks to codespell.
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/acct-group.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/acct-group.eclass b/eclass/acct-group.eclass index 06eb9445f35d..6e67e072e34b 100644 --- a/eclass/acct-group.eclass +++ b/eclass/acct-group.eclass @@ -61,7 +61,7 @@ readonly ACCT_GROUP_NAME # @REQUIRED # @DESCRIPTION: # Preferred GID for the new group. This variable is obligatory, and its -# value must be unique across all group packages. This can be overriden +# value must be unique across all group packages. This can be overridden # in make.conf through ACCT_GROUP_<UPPERCASE_USERNAME>_ID variable. # # Overlays should set this to -1 to dynamically allocate GID. Using -1 |