use ARRAY_SIZE() for ignore_error_nr[etype]
[fio.git] / tools / fio_generate_plots
index f65a326c87f52e6647a90988ade23ea092850da0..a47bfa5c3250147bffdde277dca2bbbaf473a61d 100755 (executable)
@@ -7,7 +7,7 @@
 #
 # The script uses the files generated by FIO to create nice graphs in the
 # SVG format. This output format is supported by most modern browsers and
-# allows resolution independant graphs to be generated.
+# allows resolution independent graphs to be generated.
 #
 # This script supports GNUPLOT 4.4 and higher.
 # 
@@ -22,7 +22,7 @@ if [ -z "$1" ]; then
 fi
 
 GNUPLOT=$(which gnuplot)
-if [ ! -x $GNUPLOT ]
+if [ ! -x "$GNUPLOT" ]
 then
        echo You need gnuplot installed to generate graphs
        exit 1