summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2017-03-01 15:07:53 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2017-03-01 15:07:53 +0100
commitb2c32d7e397e796e3f6acf2a9281be37c51eb316 (patch)
tree2dd420df4a70b61f97433076b20cd0783d50047f
parentac3e75337ed0da12b0fe779e4aebf0d902f224d2 (diff)
downloadATCD-b2c32d7e397e796e3f6acf2a9281be37c51eb316.tar.gz
Fixed typo
-rwxr-xr-xACE/bin/auto_compile8
1 files changed, 4 insertions, 4 deletions
diff --git a/ACE/bin/auto_compile b/ACE/bin/auto_compile
index 914bcabaa18..db6f2158703 100755
--- a/ACE/bin/auto_compile
+++ b/ACE/bin/auto_compile
@@ -17,7 +17,7 @@ eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
# This script requires Perl5.
#
# TODO: Modify the script or split it in such a way that the main copy
-# can be obtained either using cvs or downloading the lastest beta
+# can be obtained either using cvs or downloading the latest beta
# from the WWW.
#
@@ -208,7 +208,7 @@ if ($debug) {
} else {
$config_list->load ($CHECKOUT . '/' . $MODULE . '/' . 'build/' . $BUILD . '/bin/auto_run_tests.lst');
-
+
@RUN_LIST = $config_list->valid_entries ();
}
@@ -247,7 +247,7 @@ sub copy_logs {
}
sub report_errors {
-
+
# First clear the lock, so the next execution works...
unlink $disable_file; # Ignore errors!
@@ -273,7 +273,7 @@ sub report_errors {
close (MAIL); # Ignore errors....
}
}
-
+
# Now send the complete log to bugzilla...
if ($copy_logs) {
copy_logs ();