From 8b6415c8cba11f509b5f1ab82f195b46c4ccb3cd Mon Sep 17 00:00:00 2001 From: nekral-guest Date: Tue, 20 Nov 2007 19:04:01 +0000 Subject: [PATCH] Fix typo in documentation. --- debian/patches/480_getopt_args_reorder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/patches/480_getopt_args_reorder b/debian/patches/480_getopt_args_reorder index f4c88e13..e7a8b640 100644 --- a/debian/patches/480_getopt_args_reorder +++ b/debian/patches/480_getopt_args_reorder @@ -8,7 +8,7 @@ but too many package are using this feature GNU su should also allow that. -The only drawback I can see is (for upstream) that "su -x" (whish should +The only drawback I can see is (for upstream) that "su -x" (which should start a shell in debug mode) won't work (su -- -x) will have to be used instead. This was a problem when -c was not an su option, but it is no more the