[glib/glib-2-52] glib-compile-schemax: Fix typo in error message



commit 7cb96bd9da7ba5408ba6f56597a049b3ba69db78
Author: Daniel Boles <dboles src gnome org>
Date:   Thu Aug 3 11:32:17 2017 +0100

    glib-compile-schemax: Fix typo in error message

 gio/glib-compile-schemas.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gio/glib-compile-schemas.c b/gio/glib-compile-schemas.c
index e190ff5..b9786db 100644
--- a/gio/glib-compile-schemas.c
+++ b/gio/glib-compile-schemas.c
@@ -405,7 +405,7 @@ key_state_set_range (KeyState     *state,
     {
       g_set_error (error, G_MARKUP_ERROR,
                    G_MARKUP_ERROR_INVALID_CONTENT,
-                   "<range> specified minimum is greater than maxmimum");
+                   "<range> specified minimum is greater than maximum");
       return;
     }
 


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