treewide: spell-fixes and new comments for extra clarification
[project/odhcpd.git] / src / dhcpv4.c
index 3191ff2cc473d53b2e296daf8afbb76e029c97cb..cb0484f63dd896e7a08c06e0c16a76edf211f8f4 100644 (file)
@@ -893,7 +893,7 @@ void dhcpv4_handle_msg(void *addr, void *data, size_t len,
                struct arpreq arp = {.arp_flags = ATF_COM};
 
                /*
-                * send reply to the newly (in this proccess) allocated IP
+                * send reply to the newly (in this process) allocated IP
                 */
                dest.sin_addr = reply.yiaddr;
                dest.sin_port = htons(DHCPV4_CLIENT_PORT);