File 0001-Typo-fix.patch of Package icmptunnel
From 1e8e22b3b48fbb5b91f87ff0d1402cad08a5b146 Mon Sep 17 00:00:00 2001
From: Miguel Rodrigues dos Santos <miguel-r-s@users.noreply.github.com>
Date: Sun, 4 Sep 2016 00:06:29 +0200
Subject: [PATCH 1/3] Typo fix
---
icmp.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/icmp.h b/icmp.h
index 27070c0..a8302c5 100644
--- a/icmp.h
+++ b/icmp.h
@@ -2,8 +2,8 @@
* icmp.h
*/
-#ifndef icmp_gaurd
-#define icmp_gaurd
+#ifndef icmp_guard
+#define icmp_guard
// Maximum transmission unit
#define MTU 1500
--
2.16.4