diff options
author | David Krause <david@cvs.openbsd.org> | 2005-02-07 05:51:53 +0000 |
---|---|---|
committer | David Krause <david@cvs.openbsd.org> | 2005-02-07 05:51:53 +0000 |
commit | a15119aac455f5ca552716e3ed501d4f6ac7c6ef (patch) | |
tree | c226c3f7b485279cce155be9d41b435935a7ec17 /usr.sbin/bgpd | |
parent | 4900ac6532baaa7a02e9e12bc1f81c87c8828e2c (diff) |
spelling fix
Diffstat (limited to 'usr.sbin/bgpd')
-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); |