Merge pull request #7475 from kkirsche/typos

Fix Typos
This commit is contained in:
Ulysses Souza 2020-05-25 11:39:38 +02:00 committed by GitHub
commit 3fd052afa0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@
# in 2015 with solid bugfixes and improved error handling
# among them
"mnowster",
# Daniel Nephin is one of the longest-running maitainers on
# Daniel Nephin is one of the longest-running maintainers on
# the Compose project, and has contributed several major features
# including muti-file support, variable interpolation, secrets
# emulation and many more

View File

@ -1,7 +1,7 @@
FROM busybox:1.31.0-uclibc
LABEL com.docker.compose.test_image=true
LABEL com.docker.compose.test_failing_image=true
# With the following label the container wil be cleaned up automatically
# With the following label the container will be cleaned up automatically
# Must be kept in sync with LABEL_PROJECT from compose/const.py
LABEL com.docker.compose.project=composetest
RUN exit 1