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

@@ -85,7 +85,7 @@ is already listening on that port. The process reloads and performs the followin
4. fail loading the new Corefile, abort and keep using the old process
After the aborted attempt to reload we are left with the old processes running, but the listener is
closed in step 1; so the health endpoint is broken. The same can hopen in the prometheus metrics plugin.
closed in step 1; so the health endpoint is broken. The same can happen in the prometheus metrics plugin.
In general be careful with assigning new port and expecting reload to work fully.