From a3d6a8a33af2bf130df31fd93fc2ada8c3607de4 Mon Sep 17 00:00:00 2001 From: Brian Cameron Date: Tue, 27 Jan 2009 23:43:57 +0000 Subject: Correct spelling of "screen". 2008-01-27 Brian Cameron * utils/gdm-screenshot.c: Correct spelling of "screen". svn path=/trunk/; revision=6673 --- utils/gdm-screenshot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils') diff --git a/utils/gdm-screenshot.c b/utils/gdm-screenshot.c index b6f60117..ac01727c 100644 --- a/utils/gdm-screenshot.c +++ b/utils/gdm-screenshot.c @@ -228,7 +228,7 @@ main (int argc, char *argv[]) setlocale (LC_ALL, ""); /* Option parsing */ - ctx = g_option_context_new (_("Take a picture of the screeen")); + ctx = g_option_context_new (_("Take a picture of the screen")); g_option_context_set_translation_domain (ctx, GETTEXT_PACKAGE); g_option_context_add_main_entries (ctx, options, NULL); g_option_context_parse (ctx, &argc, &argv, NULL); -- cgit v1.2.1