From afeaae665d6a3df63f288658d5d60576fcb34bb0 Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Mon, 3 Jan 2011 14:23:03 -0800 Subject: [PATCH] fixed typo --- feedGnuplot.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feedGnuplot.pl b/feedGnuplot.pl index 4fdd258..5417c3a 100755 --- a/feedGnuplot.pl +++ b/feedGnuplot.pl @@ -505,7 +505,7 @@ sub mainThread } # we persist gnuplot, so we shouldn't need this sleep. However, once - # gnuplot exist, but the persistent window sticks around, you can no + # gnuplot exits, but the persistent window sticks around, you can no # longer interactively zoom the plot. So we still sleep sleep(100000); }