Skip to content
Snippets Groups Projects
Commit fc4e24e7 authored by Tristan Matthews's avatar Tristan Matthews
Browse files

gnome: fix typo

parent 8d0ff001
No related branches found
No related tags found
No related merge requests found
...@@ -51,7 +51,7 @@ sflphone_client_command_line_handler(G_GNUC_UNUSED GApplication *application, ...@@ -51,7 +51,7 @@ sflphone_client_command_line_handler(G_GNUC_UNUSED GApplication *application,
GError *error = NULL; GError *error = NULL;
if (g_option_context_parse(context, &argc, &argv, &error) == FALSE) { if (g_option_context_parse(context, &argc, &argv, &error) == FALSE) {
g_print(_("%s\nRun '%s --help' to see a full list of available command line options.\n" g_print(_("%s\nRun '%s --help' to see a full list of available command line options.\n"
"For versbose debugging set \"G_MESSAGES_DEBUG=all\"\n"), "For verbose debugging set \"G_MESSAGES_DEBUG=all\"\n"),
error->message, argv[0]); error->message, argv[0]);
g_error_free(error); g_error_free(error);
g_option_context_free(context); g_option_context_free(context);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment