Spelling: Fix a common en_FR spelling of "information"

Detected by Debian's Lintian tool.

Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
Simon McVittie 2018-04-05 11:21:44 +01:00
parent 7a903bd044
commit 59bede934c
2 changed files with 3 additions and 3 deletions

View File

@ -3360,8 +3360,8 @@ expand_exec_line (const gchar *exec_fmt,
* @stamp: (out) (optional): return location for the last registration time, or %NULL * @stamp: (out) (optional): return location for the last registration time, or %NULL
* @error: return location for a #GError, or %NULL * @error: return location for a #GError, or %NULL
* *
* Gets the registration informations of @app_name for the bookmark for * Gets the registration information of @app_name for the bookmark for
* @uri. See g_bookmark_file_set_app_info() for more informations about * @uri. See g_bookmark_file_set_app_info() for more information about
* the returned data. * the returned data.
* *
* The string returned in @app_exec must be freed. * The string returned in @app_exec must be freed.

View File

@ -500,7 +500,7 @@ usage (gboolean just_version)
g_print ("Help Options:\n"); g_print ("Help Options:\n");
g_print (" -h, --help Show this help message\n\n"); g_print (" -h, --help Show this help message\n\n");
g_print ("Utility Options:\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 (" --g-fatal-warnings Make warnings fatal (abort)\n");
g_print (" -k, --keep-going Continue running after tests failed\n"); g_print (" -k, --keep-going Continue running after tests failed\n");
g_print (" -l List paths of available test cases\n"); g_print (" -l List paths of available test cases\n");