typo fixes (#3169)

* spelling fixes

* its/it's
This commit is contained in:
Chris O'Haver
2019-08-21 16:08:55 -04:00
committed by GitHub
parent 6881d6d585
commit 3f47fc8ba4
28 changed files with 32 additions and 33 deletions

View File

@@ -28,7 +28,7 @@ Refused queries are properly logged and exported if metrics are enabled.
* *auto*: numerous bugfixes.
* *file*: fix data race in reload process and also reload a zone when it is `mv`ed (newly created) into place.
Also rewrite the zone lookup algorithm and be more standards compliant, esp. in the area of DNSSEC, wildcards and empty-non-terminals; handle secure delegations.
* *kubernetes*: vender the k8s dependency and updates to be compatible with Kubernetes 1.4 and 1.5.
* *kubernetes*: vendor the k8s dependency and updates to be compatible with Kubernetes 1.4 and 1.5.
Multiple cleanups and fixes. Kubernetes services can now be resolved.
# Contributors

View File

@@ -27,7 +27,7 @@ kernels.
* [*cache*](/plugins/cache) got some minor optimizations.
* [*errors*](/plugins/errors) (and *log*) gotten a new option (`consolidate`) to suppress loging.
* [*errors*](/plugins/errors) (and *log*) gotten a new option (`consolidate`) to suppress logging.
* [*hosts*](/plugins/hosts) will now read the `hosts` file without holding a write lock.

View File

@@ -26,7 +26,7 @@ Mostly documentation updates in various plugins. Plus a small fix where we stop
* [*log*](/plugins/log) now allows multiple names to be specified.
* [*import*](/plugins/import) was added to give it a README.md to make it's documentation more
* [*import*](/plugins/import) was added to give it a README.md to make its documentation more
discoverable.
* [*kubernetes*](/plugins/kubernetes) `TTL` is also applied to negative responses (NXDOMAIN, etc).

View File

@@ -12,7 +12,7 @@ The CoreDNS team has released
This is a bug fix release, but it also features a new plugin called [*azure*](/plugins/azure).
It's compiled with Go 1.12.8 that incorperates fixes for HTTP/2 that may impact you if you use
It's compiled with Go 1.12.8 that incorporates fixes for HTTP/2 that may impact you if you use
[DoH](https://tools.ietf.org/html/rfc8484).
# Plugins