aboutsummaryrefslogtreecommitdiff
path: root/notes
diff options
context:
space:
mode:
authorGravatar li mengyang <hwdef97@gmail.com> 2019-08-26 17:33:57 +0800
committerGravatar Miek Gieben <miek@miek.nl> 2019-08-26 09:33:57 +0000
commitdd8238ba9bbdba5accd7237e09b60e5438065f56 (patch)
tree43c229491dbc72efa7408b5b29817c962c2e64f7 /notes
parent2332467b87b02f168034b30abac41f60a01548b5 (diff)
downloadcoredns-dd8238ba9bbdba5accd7237e09b60e5438065f56.tar.gz
coredns-dd8238ba9bbdba5accd7237e09b60e5438065f56.tar.zst
coredns-dd8238ba9bbdba5accd7237e09b60e5438065f56.zip
fix spelling mistakes (#3202)
Signed-off-by: hwdef <hwdef97@gmail.com>
Diffstat (limited to 'notes')
-rw-r--r--notes/coredns-004.md2
-rw-r--r--notes/coredns-1.0.2.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/notes/coredns-004.md b/notes/coredns-004.md
index b19b8b142..5360d1359 100644
--- a/notes/coredns-004.md
+++ b/notes/coredns-004.md
@@ -24,7 +24,7 @@ We are now also releasing an ARM build that can run on Raspberry Pi.
* *file|auto*: include zone's NSset in positive responses.
* *auto*: close files and don't leak file descriptors.
* *httpproxy*: new plugin that proxies to <https://dns.google.com> and resolves your requests over an encrypted connection. This plugin will probably be morphed into proxy at some point in the feature. Consider it experimental for the time being.
-* *metrics*: `reponse_size_bytes` and `request_size_bytes` export the actual length of the packet, not the advertised bufsize.
+* *metrics*: `response_size_bytes` and `request_size_bytes` export the actual length of the packet, not the advertised bufsize.
* *log*: `{size}` is now the length in bytes of the request, `{rsize}` for the reply. Default logging is changed to show both.
# Contributors
diff --git a/notes/coredns-1.0.2.md b/notes/coredns-1.0.2.md
index 4dbd3c1bf..413a66080 100644
--- a/notes/coredns-1.0.2.md
+++ b/notes/coredns-1.0.2.md
@@ -9,7 +9,7 @@ author = "coredns"
+++
We are pleased to announce the [release](https://github.com/coredns/coredns/releases/tag/v1.0.2) of CoreDNS-1.0.2!
-This release can be summerized as "help external plugin developers" as most changes are geared
+This release can be summarized as "help external plugin developers" as most changes are geared
towards exposing CoreDNS functionality to make this as easy as possible. Is also a fairly small
release.