From: Denis Ovsienko Date: Sat, 10 Sep 2011 12:53:30 +0000 (+0400) Subject: bgpd: spelling X-Git-Tag: frr-2.0-rc1~2027 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=7ccf5e59c13773097dd551b8a7384b99b7f46927;p=matthieu%2Ffrr.git bgpd: spelling --- diff --git a/bgpd/bgp_packet.c b/bgpd/bgp_packet.c index 2623cc292c..ab0fa8f551 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);