diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-08-21 14:29:57 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-08-21 14:29:57 +0000 |
commit | 3ce30e38eda4d3f9d79fb9409036020a317b13ad (patch) | |
tree | 970722f1c752450ebc61655b45b89ad30cf6d81a /net/frr7 | |
parent | net/ceph12: fix comment (diff) |
Fix "daemon" and "continuing" typos
"deamon" is back!
Notes
Notes:
svn path=/head/; revision=509507
Diffstat (limited to 'net/frr7')
-rw-r--r-- | net/frr7/files/frr.in | 4 |
1 files changed, 2 insertions, 2 deletions
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" |