From 855c09254395d4a56cf5ff8c7975a03b29091f28 Mon Sep 17 00:00:00 2001 From: nekral-guest Date: Sat, 13 Sep 2008 17:14:42 +0000 Subject: [PATCH] Fixed typo in a comment. --- debian/patches/523_su_arguments_are_concatenated | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/patches/523_su_arguments_are_concatenated b/debian/patches/523_su_arguments_are_concatenated index f9d0653a..003f0730 100644 --- a/debian/patches/523_su_arguments_are_concatenated +++ b/debian/patches/523_su_arguments_are_concatenated @@ -17,7 +17,7 @@ Index: shadow-4.1.0/src/su.c argv[1] = command; } + /* On Debian, the arguments are concatenated and the -+ * resulted string is always given to the shell with its ++ * resulting string is always given to the shell with its + * -c option. + */ + {