[gvfs] gvfs-save: cmd-line help fix newly introduced typo (oops)



commit e49e9cc3ff23c50e0748316fd728de5dfd5a2db1
Author: Christian Kellner <gicmo gnome org>
Date:   Fri Feb 19 12:54:25 2010 +0100

    gvfs-save: cmd-line help fix newly introduced typo (oops)

 programs/gvfs-save.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/programs/gvfs-save.c b/programs/gvfs-save.c
index 0705093..e9426c6 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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]