fixed typo

This commit is contained in:
Dima Kogan 2011-01-03 14:23:03 -08:00
parent 209776528e
commit afeaae665d

View File

@ -505,7 +505,7 @@ sub mainThread
} }
# we persist gnuplot, so we shouldn't need this sleep. However, once # 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 # longer interactively zoom the plot. So we still sleep
sleep(100000); sleep(100000);
} }