From c46f95817dd1d0cb6aeaea96899cf4c523f07225 Mon Sep 17 00:00:00 2001
From: Lotte Steenbrink <lotte@zombietetris.de>
Date: Mon, 24 Dec 2018 14:34:50 +0100
Subject: [PATCH] sys/include/net/icmpv6.h: fix two small typos

---
 sys/include/net/icmpv6.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys/include/net/icmpv6.h b/sys/include/net/icmpv6.h
index 29d0bec7e0..b9366e33f5 100644
--- a/sys/include/net/icmpv6.h
+++ b/sys/include/net/icmpv6.h
@@ -81,7 +81,7 @@ extern "C" {
  *      </a>
  */
 #define ICMPV6_ERROR_DST_UNR_NO_ROUTE   (0) /**< no route to destination */
-#define ICMPV6_ERROR_DST_UNR_PROHIB     (1) /**< communictation with
+#define ICMPV6_ERROR_DST_UNR_PROHIB     (1) /**< communication with
                                              *   destination administratively
                                              *   prohibited */
 #define ICMPV6_ERROR_DST_UNR_SCOPE      (2) /**< beyond scope of source address */
@@ -118,7 +118,7 @@ extern "C" {
  *          RFC 4443, section 3.4
  *      </a>
  */
-#define ICMPV6_ERROR_PARAM_PROB_HDR_FIELD   (0) /**< errorneous header field
+#define ICMPV6_ERROR_PARAM_PROB_HDR_FIELD   (0) /**< erroneous header field
                                                  *   encountered */
 #define ICMPV6_ERROR_PARAM_PROB_NH          (1) /**< unrecognized next header
                                                  *   field encountered */
-- 
GitLab