From 8afc784956030c56108b00cb4b781580f5ff98ed Mon Sep 17 00:00:00 2001 From: Wouter Overmeire Date: Mon, 6 Jun 2016 19:36:36 +0200 Subject: [PATCH] Fix typo in arp.h comment (#151) --- include/tins/arp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tins/arp.h b/include/tins/arp.h index 1fbba86..159500c 100644 --- a/include/tins/arp.h +++ b/include/tins/arp.h @@ -298,7 +298,7 @@ public: * \param sender The sender's IP address. * \param hw_tgt The target's hardware address. * \param hw_snd The sender's hardware address. - * \return EthetnetII containing the ARP Replay. + * \return EthernetII object containing the ARP Reply. */ static EthernetII make_arp_reply(ipaddress_type target, ipaddress_type sender,