aboutsummaryrefslogtreecommitdiff
path: root/src/util/git-rm-thorn.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/git-rm-thorn.pl')
-rwxr-xr-xsrc/util/git-rm-thorn.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/git-rm-thorn.pl b/src/util/git-rm-thorn.pl
index 9d5342b..75769f1 100755
--- a/src/util/git-rm-thorn.pl
+++ b/src/util/git-rm-thorn.pl
@@ -1,6 +1,6 @@
#! /usr/bin/perl -w
-# Remote a Cactus thorn from the repository index, if and wherever it
+# Remove a Cactus thorn from the repository index, if and wherever it
# exists
# 2010-01-29 Erik Schnetter <schnetter@cct.lsu.edu>
@@ -9,7 +9,7 @@ use strict;
-$#ARGV >= 3 or die;
+$#ARGV >= 4 or die;
my ($git_cmd, $git_repo, $git_root, $thorn, @files) = @ARGV;
my $silent = $ENV{'SILENT'};