[glib: 3/9] Spelling: Fix a common en_FR spelling of "information"



commit 59bede934c83032405e1c3b2523efc6af44de0c4
Author: Simon McVittie <smcv collabora com>
Date:   Thu Apr 5 11:21:44 2018 +0100

    Spelling: Fix a common en_FR spelling of "information"
    
    Detected by Debian's Lintian tool.
    
    Signed-off-by: Simon McVittie <smcv collabora com>

 glib/gbookmarkfile.c | 4 ++--
 glib/gtester.c       | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/glib/gbookmarkfile.c b/glib/gbookmarkfile.c
index 31706ba12..ffd7ea0b1 100644
--- a/glib/gbookmarkfile.c
+++ b/glib/gbookmarkfile.c
@@ -3360,8 +3360,8 @@ expand_exec_line (const gchar *exec_fmt,
  * @stamp: (out) (optional): return location for the last registration time, or %NULL
  * @error: return location for a #GError, or %NULL
  *
- * Gets the registration informations of @app_name for the bookmark for
- * @uri.  See g_bookmark_file_set_app_info() for more informations about
+ * Gets the registration information of @app_name for the bookmark for
+ * @uri.  See g_bookmark_file_set_app_info() for more information about
  * the returned data.
  *
  * The string returned in @app_exec must be freed.
diff --git a/glib/gtester.c b/glib/gtester.c
index 41bf877ff..c54221a4d 100644
--- a/glib/gtester.c
+++ b/glib/gtester.c
@@ -500,7 +500,7 @@ usage (gboolean just_version)
   g_print ("Help Options:\n");
   g_print ("  -h, --help                    Show this help message\n\n");
   g_print ("Utility Options:\n");
-  g_print ("  -v, --version                 Print version informations\n");
+  g_print ("  -v, --version                 Print version information\n");
   g_print ("  --g-fatal-warnings            Make warnings fatal (abort)\n");
   g_print ("  -k, --keep-going              Continue running after tests failed\n");
   g_print ("  -l                            List paths of available test cases\n");


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