From 99562d9df99c2d63e715c459e56ee681691d50ce Mon Sep 17 00:00:00 2001 From: Kevin Kirsche Date: Wed, 20 May 2020 18:30:57 -0400 Subject: [PATCH] Fix Typos ./MAINTAINERS:32: maitainers ==> maintainers ./tests/fixtures/simple-failing-dockerfile/Dockerfile:4: wil ==> will Signed-off-by: Kevin Kirsche --- MAINTAINERS | 2 +- tests/fixtures/simple-failing-dockerfile/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 27bde5bb3..273f724ec 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -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 diff --git a/tests/fixtures/simple-failing-dockerfile/Dockerfile b/tests/fixtures/simple-failing-dockerfile/Dockerfile index 205021a23..a3328b0d5 100644 --- a/tests/fixtures/simple-failing-dockerfile/Dockerfile +++ b/tests/fixtures/simple-failing-dockerfile/Dockerfile @@ -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