summaryrefslogtreecommitdiffstats
path: root/bin/parse-perfcheck.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/parse-perfcheck.py')
-rwxr-xr-xbin/parse-perfcheck.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/parse-perfcheck.py b/bin/parse-perfcheck.py
index ea10adffb927..358a22b37f6b 100755
--- a/bin/parse-perfcheck.py
+++ b/bin/parse-perfcheck.py
@@ -163,7 +163,7 @@ if __name__ == '__main__':
displayUsage()
sys.exit(1)
- # check if sourceDirectorty exists
+ # check if sourceDirectory exists
if not os.path.isdir(sourceDirectory):
print("sourceDirectory %s not found - Aborting" % (sourceDirectory))
sys.exit(1)