diff options
author | 2021-11-18 21:39:45 +0800 | |
---|---|---|
committer | 2021-11-18 08:39:45 -0500 | |
commit | c707a4e7c6d231306f182ff3ee7374266ed2c346 (patch) | |
tree | 17af8a8fcacc5da16bd7d69f71983ad1ae1bbf60 | |
parent | e004c93c80af56f9c1d241ed47e82ac2c35cc925 (diff) | |
download | coredns-c707a4e7c6d231306f182ff3ee7374266ed2c346.tar.gz coredns-c707a4e7c6d231306f182ff3ee7374266ed2c346.tar.zst coredns-c707a4e7c6d231306f182ff3ee7374266ed2c346.zip |
Fix small typos and grammar (#4988)
Signed-off-by: Hu Shuai <hus.fnst@fujitsu.com>
-rw-r--r-- | Makefile.release | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.release b/Makefile.release index bfdcf6110..38b38b70f 100644 --- a/Makefile.release +++ b/Makefile.release @@ -38,9 +38,9 @@ # * make release # * make github-push # -# Testing this is hard-ish as you don't want to accidentially release a coredns. If not executing the github-push target +# Testing this is hard-ish as you don't want to accidentally release a coredns. If not executing the github-push target # you should be fine. -# The Docker image creation and upload is now a seperate step because it was failing too often. See the Makefile.docker for +# Docker image creation and upload are now separate steps, because it often failed before. See the Makefile.docker for # details. ifeq (, $(shell which curl)) |