#OTHER by mawalch
authormawalch
Wed, 06 Jul 2016 11:50:17 +0200
changeset 20085 918db02cd83d
parent 20084 3ef7d1039a05
child 20086 ab64c899b6c8
#OTHER by mawalch Spelling fixes.
AbstractOperatingSystem.st
--- a/AbstractOperatingSystem.st	Wed Jul 06 11:49:59 2016 +0200
+++ b/AbstractOperatingSystem.st	Wed Jul 06 11:50:17 2016 +0200
@@ -3917,13 +3917,13 @@
 
 getNetworkMACAddresses
     "return a dictionary with key:name of interface and
-			    value:the MAC adress for each interface"
+                            value:the MAC address for each interface"
 
     self subclassResponsibility
 !
 
 getNetworkMACAddressesForIf:ifName
-    "return the MAC adress for interface ifName"
+    "return the MAC address for interface ifName"
 
     ^ self getNetworkMACAddresses at:ifName ifAbsent:nil