summary refs log tree commit diff stats
path: root/tests/docker/docker.py
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2018-07-13 07:47:55 +0200
committerLaurent Vivier <laurent@vivier.eu>2018-10-26 17:17:32 +0200
commite50a61219fc0e5820ebd6dcd4798848ed093ae0e (patch)
treebf0c971ca3824619f2aca2aad43508cb78ccb4cc /tests/docker/docker.py
parent7e63bc38adfcc5bd9e20e3dd8a170f0e8d830b60 (diff)
downloadfocaccia-qemu-e50a61219fc0e5820ebd6dcd4798848ed093ae0e.tar.gz
focaccia-qemu-e50a61219fc0e5820ebd6dcd4798848ed093ae0e.zip
tests: Fix typos in comments and help message (found by codespell)
Fix also a grammar issue.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20180713054755.23323-1-sw@weilnetz.de>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'tests/docker/docker.py')
-rwxr-xr-xtests/docker/docker.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/docker/docker.py b/tests/docker/docker.py
index 44d5f7493b..02d8a83847 100755
--- a/tests/docker/docker.py
+++ b/tests/docker/docker.py
@@ -97,7 +97,7 @@ def _get_so_libs(executable):
     return libs
 
 def _copy_binary_with_libs(src, dest_dir):
-    """Copy a binary executable and all its dependant libraries.
+    """Copy a binary executable and all its dependent libraries.
 
     This does rely on the host file-system being fairly multi-arch
     aware so the file don't clash with the guests layout."""
@@ -284,7 +284,7 @@ class SubCommand(object):
     name = None # Subcommand name
     def shared_args(self, parser):
         parser.add_argument("--quiet", action="store_true",
-                            help="Run quietly unless an error occured")
+                            help="Run quietly unless an error occurred")
 
     def args(self, parser):
         """Setup argument parser"""