commit:     f4361618435b928d8e03e7d7f1afb92723235c50
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue May 17 16:46:24 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue May 17 16:47:09 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4361618

gstreamer.eclass: Fix typos

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 eclass/gstreamer.eclass | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/eclass/gstreamer.eclass b/eclass/gstreamer.eclass
index 1a2c01afc884..28db8b1e035f 100644
--- a/eclass/gstreamer.eclass
+++ b/eclass/gstreamer.eclass
@@ -40,8 +40,8 @@ esac
 # @ECLASS_VARIABLE: GST_PLUGINS_BUILD
 # @DESCRIPTION:
 # Defines the plugins to be built.
-# May be set by an ebuild and contain more than one indentifier, space
-# seperated (only src_configure can handle mutiple plugins at this time).
+# May be set by an ebuild and contain more than one identifier, space
+# separated (only src_configure can handle mutiple plugins at this time).
 : ${GST_PLUGINS_BUILD:=${PN/gst-plugins-/}}
 
 # @ECLASS_VARIABLE: GST_PLUGINS_BUILD_DIR
@@ -103,7 +103,7 @@ DEPEND="
 multilib_src_configure() { gstreamer_multilib_src_configure; }
 
 if [[ ${PN} != ${GST_ORG_MODULE} ]]; then
-       # Do not run test phase for invididual plugin ebuilds.
+       # Do not run test phase for individual plugin ebuilds.
        RESTRICT="test"
        RDEPEND="${RDEPEND}
                
>=media-libs/${GST_ORG_MODULE}-${PV}:${SLOT}[${MULTILIB_USEDEP}]"

Reply via email to