From: Manuel Penschuck Date: Sat, 16 Feb 2013 20:51:01 +0000 (+0100) Subject: quite -> quiet X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=c782d6a6bb419d956a706c84c8806c6888bc04ab;p=daqtools.git quite -> quiet --- diff --git a/web/include/CtsCommands.pm b/web/include/CtsCommands.pm index b7e7ede..374665d 100644 --- a/web/include/CtsCommands.pm +++ b/web/include/CtsCommands.pm @@ -501,9 +501,9 @@ plot \\ EOF ; - print $quiet ? "." : "Plot produced\n"; + print ($quiet ? "." : "Plot produced\n"); } else { - print "Plotting delayed as to few points captured yet\n"; + print "Plotting delayed as too few points captured yet\n"; } } }