From 731e36e3736f8e4c8278a301167fdcbe49747a10 Mon Sep 17 00:00:00 2001 From: Matias Fontanini Date: Wed, 2 Oct 2019 08:32:54 -0700 Subject: [PATCH] Fix "fi" in comment --- include/tins/ipv6_address.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/tins/ipv6_address.h b/include/tins/ipv6_address.h index ee21022..7597921 100644 --- a/include/tins/ipv6_address.h +++ b/include/tins/ipv6_address.h @@ -231,9 +231,9 @@ public: bool is_multicast() const; /** - * \brief Return true fi this is a Link-Local unicast IPv6 address. + * \brief Return true if this is a Link-Local unicast IPv6 address. * - * This method returns true fi this address is in the address range + * This method returns true if this address is in the address range * fe80::/10, false otherwise */ bool is_local_unicast() const;