Merge branch 'spelling' of https://github.com/scop/fio
[fio.git] / tools / fiograph / fiograph.py
index b5669a2dab8c939de8a746561468181bedefa24d..384decda1845cb1aded703c5f8a7691c0da0db33 100755 (executable)
@@ -218,7 +218,7 @@ def fio_to_graphviz(filename, format):
     # The first job will be a new execution group
     new_execution_group = True
 
-    # Let's interate on all sections to create links between them
+    # Let's iterate on all sections to create links between them
     for section_name in fio_file.sections():
         # The current section
         section = fio_file[section_name]