diff options
author | Denis Ovsienko <infrastation@yandex.ru> | 2011-09-10 16:53:30 +0400 |
---|---|---|
committer | Denis Ovsienko <infrastation@yandex.ru> | 2011-09-10 16:53:30 +0400 |
commit | 71008de7c8d47e5163d103b0b509d4a899044014 (patch) | |
tree | 7bf914ae1f286fe86a00087e4b4cea2645b4aa89 | |
parent | 4f151e5cc6ac6cfb1042dc3e5a1139a9f3138d91 (diff) |
bgpd: spelling
-rw-r--r-- | bgpd/bgp_packet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_packet.c b/bgpd/bgp_packet.c index 6c170ab6..1ed23285 100644 --- a/bgpd/bgp_packet.c +++ b/bgpd/bgp_packet.c @@ -908,7 +908,7 @@ bgp_notify_send_with_data (struct peer *peer, u_char code, u_char sub_code, peer->last_reset = PEER_DOWN_NOTIFY_SEND; } - /* Call imidiately. */ + /* Call immediately. */ BGP_WRITE_OFF (peer->t_write); bgp_write_notify (peer); |