# HG changeset patch # User timeless@gmail.com # Date 2016-05-03 13:54:14 # Node ID 4cf5607f61bee9e8eb738c0870a3c29d1405bdef # Parent 6781b72b60fe5f047505830c2e5ba96f64706b28 spelling: functionally diff --git a/kallithea/lib/ipaddr.py b/kallithea/lib/ipaddr.py --- a/kallithea/lib/ipaddr.py +++ b/kallithea/lib/ipaddr.py @@ -1245,7 +1245,7 @@ class IPv4Network(_BaseV4, _BaseNet): '192.168.1.1' '192.168.1.1/255.255.255.255' '192.168.1.1/32' - are also functionaly equivalent. That is to say, failing to + are also functionally equivalent. That is to say, failing to provide a subnetmask will create an object with a mask of /32. If the mask (portion after the / in the argument) is given in