Commit Diff


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 <entry>		Shows password <entry>"
-	echo "	instert <entry>		Inserts new <entry>"
+	echo "	insert <entry>		Inserts new <entry>"
 	echo "	find <entry>		Searches for <entry>"
 	echo "	rm <entry>			Removes <entry>"
 	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}"