#26 tasks: fix typos
Opened 3 months ago by jkangas. Modified 3 months ago
jkangas/defensive-coding-guide fix-typos  into  master

@@ -276,7 +276,7 @@ 

  * Use `secure_getenv` instead of

  `getenv` to obtain the value of critical

  environment variables. `secure_getenv`

- will pretend the variable has not bee set if the process

+ will pretend the variable has not been set if the process

  environment is not trusted.

  

  Critical environment variables are debugging flags,

@@ -140,7 +140,7 @@ 

  automatically generated names, e.g., derived from a sequential

  counter. Files with externally provided names could be picked

  up in unexpected contexts, and crafted names could actually

- point outside of the tempoary directory (due to

+ point outside of the temporary directory (due to

  *directory traversal*).

  

  Removing a directory tree in a completely safe manner is