commit c6219afad3b2d97a4b4a23f4493edd1b5fc77467 from: Matthias date: Mon Oct 05 07:54:23 2020 UTC Fix two typos commit - a80d4dc95ad580aae711f5ef1a62552233d86a65 commit + c6219afad3b2d97a4b4a23f4493edd1b5fc77467 blob - 96e7a876ed1b16b89e4146e352425db87a50ccfd blob + fc5935599a009ad4e41a820ee16eb1676a58d3af --- tpm +++ tpm @@ -51,7 +51,7 @@ usage() { echo "Option can be one of the following" echo echo " show Shows password " - echo " instert Inserts new " + echo " insert Inserts new " echo " find Searches for " echo " rm Removes " echo @@ -214,7 +214,7 @@ edit_entry() { fi mygpg --output "${STORE_DIR}/${_entry_name}.gpg" --encrypt ${_tmpfile} || \ - abort "Cannot reencrypt temporary file" + abort "Cannot re-encrypt temporary file" # If the file is there, remove it [ -e "${_tmpfile}" ] && ${NUKE} -f "${_tmpfile}"