diff options
author | Sam James <sam@gentoo.org> | 2023-03-24 03:45:45 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-03-26 13:35:56 +0200 |
commit | e0596aa0188f4c7ba8692d6f7cc6015ad69f395c (patch) | |
tree | e643de9182cd856d28e68ee475e07fa8b62278d6 /eclass | |
parent | gnustep-base.eclass: fix spelling (diff) | |
download | gentoo-e0596aa0188f4c7ba8692d6f7cc6015ad69f395c.tar.gz gentoo-e0596aa0188f4c7ba8692d6f7cc6015ad69f395c.tar.bz2 gentoo-e0596aa0188f4c7ba8692d6f7cc6015ad69f395c.zip |
gstreamer-meson.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/gstreamer-meson.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/gstreamer-meson.eclass b/eclass/gstreamer-meson.eclass index fae030d4f754..a4fb4b1a2028 100644 --- a/eclass/gstreamer-meson.eclass +++ b/eclass/gstreamer-meson.eclass @@ -41,7 +41,7 @@ esac # @DESCRIPTION: # Defines the plugins to be built. # May be set by an ebuild and contain more than one identifier, space -# separated (only src_configure can handle mutiple plugins at this time). +# separated (only src_configure can handle multiple plugins at this time). # @ECLASS_VARIABLE: GST_PLUGINS_NOAUTO # @DESCRIPTION: |