From 3ce30e38eda4d3f9d79fb9409036020a317b13ad Mon Sep 17 00:00:00 2001 From: Tobias Kortkamp Date: Wed, 21 Aug 2019 14:29:57 +0000 Subject: Fix "daemon" and "continuing" typos "deamon" is back! --- net/frr5/files/frr.in | 2 +- net/frr6/files/frr.in | 2 +- net/frr7/files/frr.in | 4 ++-- net/quagga/files/quagga.in | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) (limited to 'net') diff --git a/net/frr5/files/frr.in b/net/frr5/files/frr.in index 2295a6b58768..5587d75ac907 100644 --- a/net/frr5/files/frr.in +++ b/net/frr5/files/frr.in @@ -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" diff --git a/net/frr6/files/frr.in b/net/frr6/files/frr.in index 164896535e6f..1e7f3ed6e4e2 100644 --- a/net/frr6/files/frr.in +++ b/net/frr6/files/frr.in @@ -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" diff --git a/net/frr7/files/frr.in b/net/frr7/files/frr.in index 2f46184e6da2..950eee77de7b 100644 --- a/net/frr7/files/frr.in +++ b/net/frr7/files/frr.in @@ -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" diff --git a/net/quagga/files/quagga.in b/net/quagga/files/quagga.in index 5aa6ac007a30..b946163f556f 100644 --- a/net/quagga/files/quagga.in +++ b/net/quagga/files/quagga.in @@ -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" -- cgit