aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Hu Shuai <hus.fnst@fujitsu.com> 2021-11-18 21:39:45 +0800
committerGravatar GitHub <noreply@github.com> 2021-11-18 08:39:45 -0500
commitc707a4e7c6d231306f182ff3ee7374266ed2c346 (patch)
tree17af8a8fcacc5da16bd7d69f71983ad1ae1bbf60
parente004c93c80af56f9c1d241ed47e82ac2c35cc925 (diff)
downloadcoredns-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.release4
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))
/port'>jarred/port Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/deps/picohttpparser.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-13[fetch] Slight perf improvementGravatar Jarred Sumner 1-0/+4
2021-10-13`--turbo` mode for fetch cli, which disables sending TLS shutdownGravatar Jarred Sumner 2-2/+5
2021-10-13[fetch] Support Transfer-Encoding: chunkedGravatar Jarred Sumner 5-39/+135
2021-10-13Update build.zigGravatar Jarred Sumner 1-2/+3
2021-10-13Clean up examples a littleGravatar Jarred Sumner 42-102/+7
2021-10-13Add TLS 1.3 support, improve fetch() HTTPS performanceGravatar Jarred Sumner 16-287/+751