commit: ff34b7df01906142b9fbc2f4b18a2de6a5703511 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Mar 24 03:46:56 2023 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sun Mar 26 11:36:13 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff34b7df
virtualx.eclass: fix spelling Thanks to codespell. Signed-off-by: Sam James <sam <AT> gentoo.org> Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> eclass/virtualx.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.
