ip2cidr

Small and simple program for converting a netmask into a CIDR
git clone https://noxz.tech/git/ip2cidr.git
Log | Files | README | LICENSE

commit: 575821bddfc6c8c89a797c7abacfad74f7f84822
parent: 8e03ca2fb7cf9dc1c810e516c26eebe1592cd40e
author: z0noxz <chris@noxz.tech>
date:   Tue, 7 Aug 2018 14:10:28 +0200
fix a spelling error
MREADME.md2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -1,7 +1,7 @@
 ip2cidr
 ======
 ip2cidr is a small and simple program for converting ip address (mask) into a
-CIDR, or returing an already valid one.
+CIDR, or retunring an already valid one.
 
 Installation
 ------------