diff options
author | 2005-02-07 05:51:52 +0000 | |
---|---|---|
committer | 2005-02-07 05:51:52 +0000 | |
commit | 82877d682c35340048f897d75d15a64bf481b43a (patch) | |
tree | e85e8189b82bf79b1a131612e76d29248198d70b | |
parent | spelling fixes (diff) | |
download | wireguard-openbsd-82877d682c35340048f897d75d15a64bf481b43a.tar.xz wireguard-openbsd-82877d682c35340048f897d75d15a64bf481b43a.zip |
spelling fix
-rw-r--r-- | usr.sbin/bgpd/rde_update.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/rde_update.c b/usr.sbin/bgpd/rde_update.c index ec28218725f..1533196be94 100644 --- a/usr.sbin/bgpd/rde_update.c +++ b/usr.sbin/bgpd/rde_update.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rde_update.c,v 1.33 2004/11/11 13:29:37 henning Exp $ */ +/* $OpenBSD: rde_update.c,v 1.34 2005/02/07 05:51:52 david Exp $ */ /* * Copyright (c) 2004 Claudio Jeker <claudio@openbsd.org> @@ -435,7 +435,7 @@ up_generate_updates(struct rde_peer *peer, /* * apply default outgoing overrides, - * acctually only prepend-self + * actually only prepend-self */ rde_apply_set(fasp, &peer->conf.attrset, new->prefix->af, fasp->peer, DIR_DEFAULT_OUT); |