summaryrefslogtreecommitdiff
path: root/utils/gdm-screenshot.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/gdm-screenshot.c')
-rw-r--r--utils/gdm-screenshot.c2
1 files changed, 1 insertions, 1 deletions
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);