diff options
author | Denis Ovsienko <infrastation@yandex.ru> | 2011-09-10 16:53:30 +0400 |
---|---|---|
committer | Denis Ovsienko <infrastation@yandex.ru> | 2011-09-27 21:43:03 +0400 |
commit | 7ccf5e59c13773097dd551b8a7384b99b7f46927 (patch) | |
tree | 205ee10231ebf765cf3097c5578c78c0d302a268 | |
parent | 171c9a996dd75a8b9aa596288c974f9ac0fbc5d6 (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 2623cc29..ab0fa8f5 100644 --- a/bgpd/bgp_packet.c +++ b/bgpd/bgp_packet.c @@ -915,7 +915,7 @@ bgp_notify_send_with_data (struct peer *peer, u_char code, u_char sub_code, zlog_info ("Notification sent to neighbor %s: configuration change", peer->host); - /* Call imidiately. */ + /* Call immediately. */ BGP_WRITE_OFF (peer->t_write); bgp_write_notify (peer); |