Merge branch 'master' into 8654-arv-jobs-cwl-runner
[arvados.git] / sdk / python / arvados / commands / run.py
index 7a298b4c1723ae2f5c3c1836d897a22c08547249..5d29c45117acd71e924838bb9b758af77d8e9b91 100644 (file)
@@ -110,7 +110,7 @@ def statfile(prefix, fn, fnPattern="$(file %s/%s)", dirPattern="$(dir %s/%s/)"):
 def uploadfiles(files, api, dry_run=False, num_retries=0, project=None, fnPattern="$(file %s/%s)", name=None):
     # Find the smallest path prefix that includes all the files that need to be uploaded.
     # This starts at the root and iteratively removes common parent directory prefixes
-    # until all file pathes no longer have a common parent.
+    # until all file paths no longer have a common parent.
     n = True
     pathprefix = "/"
     while n: