aboutsummaryrefslogtreecommitdiff
path: root/www/demo/index.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'www/demo/index.cgi')
-rw-r--r--www/demo/index.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/demo/index.cgi b/www/demo/index.cgi
index b29efb60e9cc..901b009dbdea 100644
--- a/www/demo/index.cgi
+++ b/www/demo/index.cgi
@@ -269,7 +269,7 @@ sub try_run {
alarm 0;
};
if ( $@ and $@ =~ /timeout/ ) {
- barf("Program $program took too long, compile time limited for the web script, sorry!.\n");
+ barf("Program $program took too long, compile time limited for the web script, sorry!\n");
}
if ( -s $outputFile ) {
print scalar dumpFile( "Output from $program", $outputFile );