summaryrefslogtreecommitdiff
path: root/tests/unit/utils_build_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/utils_build_test.py')
-rw-r--r--tests/unit/utils_build_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/utils_build_test.py b/tests/unit/utils_build_test.py
index 012f15b..bc6fb5f 100644
--- a/tests/unit/utils_build_test.py
+++ b/tests/unit/utils_build_test.py
@@ -335,7 +335,7 @@ class ExcludePathsTest(unittest.TestCase):
# Dockerignore reference stipulates that absolute paths are
# equivalent to relative paths, hence /../foo should be
# equivalent to ../foo. It also stipulates that paths are run
- # through Go's filepath.Clean, which explicitely "replace
+ # through Go's filepath.Clean, which explicitly "replace
# "/.." by "/" at the beginning of a path".
assert exclude_paths(
base,