diff options
author | Sam James <sam@gentoo.org> | 2023-03-24 03:46:34 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-03-26 13:36:09 +0200 |
commit | 54d0bcb23ba48ad0f33e0a82e0704e6b246e89b4 (patch) | |
tree | f81940380becaf72eadfc0f8be3be7d97c1dc3da /eclass/ruby-fakegem.eclass | |
parent | rebar.eclass: fix spelling (diff) | |
download | gentoo-54d0bcb23ba48ad0f33e0a82e0704e6b246e89b4.tar.gz gentoo-54d0bcb23ba48ad0f33e0a82e0704e6b246e89b4.tar.bz2 gentoo-54d0bcb23ba48ad0f33e0a82e0704e6b246e89b4.zip |
ruby-fakegem.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/ruby-fakegem.eclass')
-rw-r--r-- | eclass/ruby-fakegem.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/ruby-fakegem.eclass b/eclass/ruby-fakegem.eclass index 4ad1d8eca683..b3262dc5cdb4 100644 --- a/eclass/ruby-fakegem.eclass +++ b/eclass/ruby-fakegem.eclass @@ -457,7 +457,7 @@ each_ruby_configure() { # @FUNCTION: all_fakegem_compile # @DESCRIPTION: # Build documentation for the package if indicated by the doc USE flag -# and if there is a documetation task defined. +# and if there is a documentation task defined. all_fakegem_compile() { debug-print-function ${FUNCNAME} "${@}" |