[glib] glib-compile-schemas: Fix typo in newly translatable string



commit 94816e10d21ac545f9d0120a07b8c6d5dee0456d
Author: Daniel Boles <dboles src gnome org>
Date:   Thu Aug 3 11:30:20 2017 +0100

    glib-compile-schemas: Fix typo in newly translatable string

 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 86827db..da37f9a 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]