diff options
author | Mart Raudsepp <leio@gentoo.org> | 2016-09-25 22:00:58 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2016-09-25 22:55:38 +0300 |
commit | 173b4418d7e0b1bfc312afd03879e2f8fc7afbf6 (patch) | |
tree | c972de93a1a6310c05e9eba811d62b004add6dea /eclass | |
parent | dev-libs/liblognorm: Stable for HPPA (bug #593808). (diff) | |
download | gentoo-173b4418d7e0b1bfc312afd03879e2f8fc7afbf6.tar.gz gentoo-173b4418d7e0b1bfc312afd03879e2f8fc7afbf6.tar.bz2 gentoo-173b4418d7e0b1bfc312afd03879e2f8fc7afbf6.zip |
eclass/gstreamer.eclass: Fix typo in documentation comment
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/gstreamer.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/gstreamer.eclass b/eclass/gstreamer.eclass index b6fc20ab03a8..dd5bf2c89fa5 100644 --- a/eclass/gstreamer.eclass +++ b/eclass/gstreamer.eclass @@ -171,7 +171,7 @@ gstreamer_get_plugin_dir() { # @USAGE: gstreamer_system_link gst-libs/gst/audio:gstreamer-audio [...] # @DESCRIPTION: # Walks through makefiles in order to make sure build will link against system -# librairies. +# libraries. # Takes a list of path fragments and corresponding pkgconfig libraries # separated by colon (:). Will replace the path fragment by the output of # pkgconfig. |