From 0c32afacfd28e59bf48349f90290a4e75cd5ba2e Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Thu, 7 Aug 2014 12:46:23 -0700 Subject: [PATCH] fixed typo --- bin/feedgnuplot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/feedgnuplot b/bin/feedgnuplot index 75dd86f..b95ae77 100755 --- a/bin/feedgnuplot +++ b/bin/feedgnuplot @@ -767,7 +767,7 @@ sub mainThread # sleep until the plot file exists, and it is closed. Sometimes the output # is still being written at this point. If the output filename starts with # '|', gnuplot pipes the output to that process, instead of writing to a - # file. In that case I don't make sure the file exists, since there IS not + # file. In that case I don't make sure the file exists, since there IS no # file if( $options{hardcopy} !~ /^\|/ ) {