Fix a couple of typos in fio2gnuplot.
authorBruce Cran <bruce@cran.org.uk>
Mon, 4 Nov 2013 11:59:43 +0000 (11:59 +0000)
committerJens Axboe <axboe@kernel.dk>
Mon, 4 Nov 2013 15:08:39 +0000 (08:08 -0700)
Signed-off-by: Jens Axboe <axboe@kernel.dk>
tools/plot/fio2gnuplot

index 71fb02eb947d5ee33c58df2a9f06009687beb293..2d64a6ea07129887672cdecdb693b72f4676befa 100755 (executable)
@@ -403,13 +403,13 @@ def main(argv):
     if not os.path.isfile(gpm_dir+'math.gpm'):
            gpm_dir="/usr/local/share/fio/"
            if not os.path.isfile(gpm_dir+'math.gpm'):
-                   print "Looks like fio didn't got installed properly as no gpm files found in '/usr/share/fio' or '/usr/local/share/fio'\n"
+                   print "Looks like fio didn't get installed properly as no gpm files found in '/usr/share/fio' or '/usr/local/share/fio'\n"
                    sys.exit(3)
 
     try:
            opts, args = getopt.getopt(argv[1:],"ghkbivo:d:t:p:G:m:M:",['bandwidth', 'iops', 'pattern', 'outputfile', 'outputdir', 'title', 'min_time', 'max_time', 'gnuplot', 'Global', 'help', 'verbose','keep'])
     except getopt.GetoptError:
-        print "Error: One of the option passed to the cmdline was not supported"
+        print "Error: One of the options passed to the cmdline was not supported"
         print "Please fix your command line or read the help (-h option)"
          sys.exit(2)