[glib] glib-mkenums: Fix typo in version string



commit df7e4db65a86ca4fa0273863d5068f344666f6ba
Author: Philip Withnall <withnall endlessm com>
Date:   Tue Oct 17 14:02:27 2017 +0100

    glib-mkenums: Fix typo in version string
    
    This is glib-mkenums, not glib-genmarshal.
    
    Signed-off-by: Philip Withnall <withnall endlessm com>

 gobject/glib-mkenums.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gobject/glib-mkenums.in b/gobject/glib-mkenums.in
index d4bfd11..6f365c2 100755
--- a/gobject/glib-mkenums.in
+++ b/gobject/glib-mkenums.in
@@ -20,8 +20,8 @@ import codecs
 import locale
 
 VERSION_STR = '''glib-mkenums version @VERSION@
-glib-genmarshal comes with ABSOLUTELY NO WARRANTY.
-You may redistribute copies of glib-genmarshal under the terms of
+glib-mkenums comes with ABSOLUTELY NO WARRANTY.
+You may redistribute copies of glib-mkenums under the terms of
 the GNU General Public License which can be found in the
 GLib source package. Sources, examples and contact
 information are available at http://www.gtk.org'''


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]