changeset 2209:2209f0153f0c

Typo, forgotten bracket
author Klaus Ethgen <Klaus@Ethgen.de>
date Sun, 22 May 2011 09:40:51 +0100
parents ffe6509ae971
children 191defd1219a
files src/remote.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/remote.c	Sun May 15 19:44:04 2011 +0100
+++ b/src/remote.c	Sun May 22 09:40:51 2011 +0100
@@ -736,7 +736,7 @@
 			}
 		i++;
 		}
-	printf_term(N_"\n  All other command line parameters are used as plain files if they exists.\n");
+	printf_term(N_("\n  All other command line parameters are used as plain files if they exists.\n"));
 }
 
 GList *remote_build_list(GList *list, gint argc, gchar *argv[], GList **errors)