#DOCUMENTATION by mawalch
authormawalch
Wed, 02 Nov 2016 14:09:49 +0100
changeset 20710 0d1ee9d4446c
parent 20709 77d27f4b0482
child 20711 ed09a66ee6e9
#DOCUMENTATION by mawalch class: UnixOperatingSystem comment/format in: #pathOfCommand: typo
UnixOperatingSystem.st
--- a/UnixOperatingSystem.st	Wed Nov 02 12:30:01 2016 +0100
+++ b/UnixOperatingSystem.st	Wed Nov 02 14:09:49 2016 +0100
@@ -3845,7 +3845,7 @@
     ].
 
     "/ command is a single word, not relative and not absolute.
-    "/ search along PATH environment variable to see what a shoell would do.
+    "/ search along PATH environment variable to see what a shell would do.
     path := self getEnvironment:'PATH'.
     path notEmptyOrNil ifTrue:[
         (path asCollectionOfSubstringsSeparatedBy:self pathSeparator) do:[:eachPathComponent |