summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--quilt/new.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/quilt/new.in b/quilt/new.in
index 51b9ad8..a43b452 100644
--- a/quilt/new.in
+++ b/quilt/new.in
@@ -72,7 +72,7 @@ case "$opt_strip_level" in
0 | ab)
;;
*)
- printf $"Cannot create patches with -p%s, please specify -p0, p1, or -pab instead\n" \
+ printf $"Cannot create patches with -p%s, please specify -p0, p1, or -pab instead\n" \
"$opt_strip_level" >&2
exit 1
;;