From c782d6a6bb419d956a706c84c8806c6888bc04ab Mon Sep 17 00:00:00 2001 From: Manuel Penschuck Date: Sat, 16 Feb 2013 21:51:01 +0100 Subject: [PATCH] quite -> quiet --- web/include/CtsCommands.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"; } } } -- 2.43.0