tasks: fix typos

Signed-off-by: Jared Kangas <jkangas@redhat.com>
This commit is contained in:
Jared Kangas 2024-09-06 13:15:24 -07:00
parent e435151a0c
commit 612ae1f307
2 changed files with 2 additions and 2 deletions

View file

@ -276,7 +276,7 @@ performs these checks.
* 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,

View file

@ -140,7 +140,7 @@ When creating files in the temporary directory, use
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