From fc4e24e72800a7de32b832831322791a663c8038 Mon Sep 17 00:00:00 2001 From: Tristan Matthews <tristan.matthews@savoirfairelinux.com> Date: Fri, 15 Feb 2013 16:14:15 -0500 Subject: [PATCH] gnome: fix typo --- gnome/src/sflphone_client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome/src/sflphone_client.c b/gnome/src/sflphone_client.c index 09ee01b4a9..0cc800e6b0 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); -- GitLab