summaryrefslogtreecommitdiff
path: root/ACE/bin/fuzz.pl
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-10-14 14:34:46 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-10-14 14:34:46 +0200
commita428372d1b0a1516853947c554e33f6223cba7e8 (patch)
tree7d65f4bcba2a33d5bc4fce1798dd73d7f4854ab1 /ACE/bin/fuzz.pl
parentafd4cc54d7c5bab54cf4ac76e3cf0feb9f704108 (diff)
downloadATCD-a428372d1b0a1516853947c554e33f6223cba7e8.tar.gz
Updated comment
Diffstat (limited to 'ACE/bin/fuzz.pl')
-rwxr-xr-xACE/bin/fuzz.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/bin/fuzz.pl b/ACE/bin/fuzz.pl
index 5eb3095f895..5b2c756ad43 100755
--- a/ACE/bin/fuzz.pl
+++ b/ACE/bin/fuzz.pl
@@ -401,7 +401,7 @@ sub check_for_noncvs_files ()
{
return if is_suppressed ();
- print "Running non svn files check\n";
+ print "Running non versioned controlled files check\n";
foreach $file (@files_noncvs, @files_dsp, @files_dsw, @files_makefile, @files_bor) {
print_error ("File $file should not be in version control!");
}