Fixed typos

This commit is contained in:
Michele Cereda
2023-01-29 18:31:24 +01:00
parent 72bd560908
commit 9f8d1806cb
3 changed files with 5 additions and 5 deletions

View File

@@ -13,7 +13,7 @@ mktemp -d
# create an empty temporary file or directory with a random templated name
# the Xs must be put at the end of the filename
# the Xs specifies the templated parts and lenght in the file name
# the Xs specifies the templated parts and length in the file name
mktemp /tmp/filenameXXX
mktemp -d /tmp/dirname.XXX