Commit 5c46d6c6 authored by tuanvcw's avatar tuanvcw Committed by Miek Gieben

Fix some minor typos (#2625)

Signed-off-by: default avatarVu Cong Tuan <tuanvc@vn.fujitsu.com>
parent a7277477
......@@ -6,7 +6,7 @@ set -e +o pipefail
return
if [ "$TRAVIS_PULL_REQUEST" != "false" ] ; then
echo -e "NOTE: The CPU benchmarks are performed on Travis VMs and vary widly between runs," > .benchmark.body
echo -e "NOTE: The CPU benchmarks are performed on Travis VMs and vary wildly between runs," > .benchmark.body
echo -e " you can't trust them. The memory benchmarks are OK\n\n" >> .benchmark.body
awk '/^benchmark.*old/ { printf "%s\n%s\n", "```", $0 };
/^$/ { print "```" };
......
......@@ -16,12 +16,12 @@ bundled in CoreDNS are listed on <https://coredns.io/explugins>.
When started with no options CoreDNS will looks for a file names `Corefile` in the current
directory, if found it will parse its contents and start up accordingly. If no `Corefile` is found
it will start with the *whoami* plugin (coredns-whoami(7)) and start listening on port 53 (unless
overriden with `-dns.port`).
overridden with `-dns.port`).
Available options:
**-conf** **FILE**
: specificy Corefile to load.
: specify Corefile to load.
**-cpu** **CAP**
: specify maximum CPU capacity in percent.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment