Fix "daemon" and "continuing" typos

"deamon" is back!
This commit is contained in:
Tobias Kortkamp
2019-08-21 14:29:57 +00:00
parent 24d647016a
commit 3ce30e38ed
4 changed files with 5 additions and 5 deletions

View File

@@ -18,7 +18,7 @@
# zebra_flags="-P 0"
# bgpd_flags="-nrP 0" and so on
# If you want to give the routing daemons a chance to catchup before
# continueing, set frr_wait_for to a "default" or certain prefix.
# continuing, set frr_wait_for to a "default" or certain prefix.
# frr_wait_for="default"
# Set the time limit for the wait.
# frr_wait_seconds="90"

View File

@@ -18,7 +18,7 @@
# zebra_flags="-P 0"
# bgpd_flags="-nrP 0" and so on
# If you want to give the routing daemons a chance to catchup before
# continueing, set frr_wait_for to a "default" or certain prefix.
# continuing, set frr_wait_for to a "default" or certain prefix.
# frr_wait_for="default"
# Set the time limit for the wait.
# frr_wait_seconds="90"

View File

@@ -17,8 +17,8 @@
# Per daemon tuning may be done with daemon_name_flags
# zebra_flags="-P 0"
# bgpd_flags="-nrP 0" and so on
# If you want to give the routing deamons a chance to catchup before
# continueing, set frr_wait_for to a "default" or certain prefix.
# If you want to give the routing daemons a chance to catchup before
# continuing, set frr_wait_for to a "default" or certain prefix.
# frr_wait_for="default"
# Set the time limit for the wait.
# frr_wait_seconds="90"

View File

@@ -18,7 +18,7 @@
# zebra_flags="-P 0"
# bgpd_flags="-nrP 0" and so on
# If you want to give the routing daemons a chance to catchup before
# continueing, set quagga_wait_for to a "default" or certain prefix.
# continuing, set quagga_wait_for to a "default" or certain prefix.
# quagga_wait_for="default"
# Set the time limit for the wait.
# quagga_wait_seconds="90"