#18705: fix a number of typos.  Patch by FĂ©vry Thibault.
diff --git a/Lib/ipaddress.py b/Lib/ipaddress.py
index 39b3f74..eabfd6f 100644
--- a/Lib/ipaddress.py
+++ b/Lib/ipaddress.py
@@ -727,7 +727,7 @@
             minus other.
 
         Raises:
-            TypeError: If self and other are of difffering address
+            TypeError: If self and other are of differing address
               versions, or if other is not a network object.
             ValueError: If other is not completely contained by self.
 
@@ -1378,7 +1378,7 @@
               '192.0.2.1'
               '192.0.2.1/255.255.255.255'
               '192.0.2.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