summaryrefslogtreecommitdiff
path: root/ACE/bin/fuzz.pl
diff options
context:
space:
mode:
authormsmit <msmit@remedy.nl>2011-06-01 10:18:06 +0000
committermsmit <msmit@remedy.nl>2011-06-01 10:18:06 +0000
commitcff99311a04d7aca8a5ca2b90ab5185f87651281 (patch)
tree1b33a3ac8906522683f0df803afed78d6f222782 /ACE/bin/fuzz.pl
parent2da395205167af858fe24da1df91d5bfbfd0669c (diff)
downloadATCD-cff99311a04d7aca8a5ca2b90ab5185f87651281.tar.gz
Wed Jun 1 10:17:33 UTC 2011 Marcel Smit <msmit@remedy.nl>
* bin/fuzz.pl: Fixed typo.
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 601c2e99cb8..9c921d88c93 100755
--- a/ACE/bin/fuzz.pl
+++ b/ACE/bin/fuzz.pl
@@ -402,7 +402,7 @@ sub check_for_export_file ()
print "Looking at file $file\n" if $opt_d;
while (<FILE>) {
if (/generated automatically by/) {
- print_error ("$file:$.: found should be generated by TAO_IDL, check -Gxh** option");
+ print_error ("$file:$.: file should be generated by TAO_IDL, check -Gxh** option");
}
}
close (FILE);