diff --git a/gnome/src/sflphone_client.c b/gnome/src/sflphone_client.c index 09ee01b4a9d57100ecbccbbbaa99e74ab9a08296..0cc800e6b0e441120a27b869e7fac6e40c698c9c 100644 --- a/gnome/src/sflphone_client.c +++ b/gnome/src/sflphone_client.c @@ -51,7 +51,7 @@ sflphone_client_command_line_handler(G_GNUC_UNUSED GApplication *application, GError *error = NULL; 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" - "For versbose debugging set \"G_MESSAGES_DEBUG=all\"\n"), + "For verbose debugging set \"G_MESSAGES_DEBUG=all\"\n"), error->message, argv[0]); g_error_free(error); g_option_context_free(context);