summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Kellner <gicmo@gnome.org>2010-02-19 12:54:25 +0100
committerChristian Kellner <gicmo@gnome.org>2010-02-19 12:54:25 +0100
commite49e9cc3ff23c50e0748316fd728de5dfd5a2db1 (patch)
tree25a779daee5c24059b28d70f0ccaab92aeddda53
parent9936956378f295a12b05b5194af2397be2a9c94f (diff)
downloadgvfs-e49e9cc3ff23c50e0748316fd728de5dfd5a2db1.tar.gz
gvfs-save: cmd-line help fix newly introduced typo (oops)
-rw-r--r--programs/gvfs-save.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/programs/gvfs-save.c b/programs/gvfs-save.c
index 07050939..e9426c68 100644
--- a/programs/gvfs-save.c
+++ b/programs/gvfs-save.c
@@ -153,7 +153,7 @@ main (int argc, char *argv[])
g_type_init ();
error = NULL;
- context = g_option_context_new (_("DEST - read from standart input and save to DEST"));
+ context = g_option_context_new (_("DEST - read from standard input and save to DEST"));
g_option_context_add_main_entries (context, entries, GETTEXT_PACKAGE);
g_option_context_parse (context, &argc, &argv, &error);
g_option_context_free (context);