gst-project-maker: fix comment referring to plug-in instead of program
authorAntonio Ospite <ao2@ao2.it>
Fri, 1 Feb 2019 16:05:23 +0000 (17:05 +0100)
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Wed, 17 Jun 2020 14:13:29 +0000 (14:13 +0000)
Fix the comment in $basedir/tools/Makefile.am which wrongly refers to
plug-in while the file in tool/ is about the executable program.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/184>

tools/gst-project-maker

index 00b4479..7d405d0 100755 (executable)
@@ -363,7 +363,7 @@ mkdir -p $basedir/tools
 cat >$basedir/tools/Makefile.am <<EOF
 bin_PROGRAMS = ${gst__replace}
 
-# sources used to compile this plug-in
+# sources used to compile this program
 ${gst_replace}_SOURCES = ${gstreplace}.c
 
 # compiler and linker flags used to compile the program, set in configure.ac