diff options
author | Sam James <sam@gentoo.org> | 2023-03-24 03:46:56 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-03-26 13:36:13 +0200 |
commit | ff34b7df01906142b9fbc2f4b18a2de6a5703511 (patch) | |
tree | 9ee2ca2a71937cec7e71f66b5f1a55d066238a7f /eclass | |
parent | vdr-plugin-2.eclass: fix spelling (diff) | |
download | gentoo-ff34b7df01906142b9fbc2f4b18a2de6a5703511.tar.gz gentoo-ff34b7df01906142b9fbc2f4b18a2de6a5703511.tar.bz2 gentoo-ff34b7df01906142b9fbc2f4b18a2de6a5703511.zip |
virtualx.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/virtualx.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/virtualx.eclass b/eclass/virtualx.eclass index e2bfee1dfeaa..6e77cd662bdd 100644 --- a/eclass/virtualx.eclass +++ b/eclass/virtualx.eclass @@ -22,7 +22,7 @@ _VIRTUALX_ECLASS=1 # @DESCRIPTION: # Variable specifying the dependency on xorg-server and xhost. # Possible special values are "always" and "manual", which specify -# the dependency to be set unconditionaly or not at all. +# the dependency to be set unconditionally or not at all. # Any other value is taken as useflag desired to be in control of # the dependency (eg. VIRTUALX_REQUIRED="kde" will add the dependency # into "kde? ( )" and add kde into IUSE. |