1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Many spelling mistakes fixed.

Thanks you Harry Moyes.
This commit is contained in:
Ondrej Filip
2003-08-23 10:42:41 +00:00
parent c197d44e17
commit baa5dd6ccc
9 changed files with 81 additions and 81 deletions

View File

@@ -67,11 +67,11 @@ ospf_pkt_finalize(struct ospf_iface *ifa, struct ospf_packet *pkt)
/**
* ospf_rx_hook
* @sk: socket we recived the packet. Its ignored.
* @sk: socket we received the packet. Its ignored.
* @size: size of the packet
*
* This in entry point for messages from neighbors. Many checks (like
* autnetication, checksums, size) are done before packet is passed to
* This is the entry point for messages from neighbors. Many checks (like
* authentication, checksums, size) are done before the packet is passed to
* non generic functions.
*/
int