summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2013-12-11 20:26:08 +0100
committerJean Delvare <jdelvare@suse.de>2013-12-11 20:26:08 +0100
commit08d5bcd0dca38ab17230af76f577aebd3c54b239 (patch)
treeabba57eb51e22a11a35b9330be0c97a8b3725291 /bin
parent160b4d38812ff138111891497a256ec2dd7ceb9e (diff)
downloadquilt-08d5bcd0dca38ab17230af76f577aebd3c54b239.tar.gz
guards: Fix a typo
Diffstat (limited to 'bin')
-rw-r--r--bin/guards.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/guards.in b/bin/guards.in
index 4def750..b4e6f26 100644
--- a/bin/guards.in
+++ b/bin/guards.in
@@ -194,7 +194,7 @@ if ($check) {
my $selected;
if (@guards) {
# If the first guard is -xxx, the patch is included by default;
- # if it is -xxx, the patch is excluded by default.
+ # if it is +xxx, the patch is excluded by default.
$selected = ($guards[0] =~ /^-/);
foreach (@guards) {