lib: improve shortdoc of modules
[nit.git] / lib / standard / environ.nit
index 504f1d3..2617852 100644 (file)
@@ -11,7 +11,7 @@
 # You  are  allowed  to  redistribute it and sell it, alone or is a part of
 # another product.
 
-# Acces of the environement variables of the process
+# Access to the environment variables of the process
 module environ
 
 import symbol
@@ -19,8 +19,8 @@ import symbol
 # TODO prevoir une structure pour recup tout un environ, le modifier et le passer a process
 
 redef class Symbol
-       # Return environement value for this symbol
-       # If there is no such environement value, then return ""
+       # Return environment value for this symbol
+       # If there is no such environment value, then return ""
        fun environ: String
        do
                var res = to_s.to_cstring.get_environ