mverify: Cant - > cannot

- This works around the quoting problem inherent in using Can't
  and avoids using the incorrect Cant
This commit is contained in:
Larry Hynes 2017-08-05 13:35:18 +01:00
parent 3b51c5938a
commit 1fe89480d4

View File

@ -26,7 +26,7 @@ END {
exit(system("mshow -r -O " q(msg) " " q(signed) \ exit(system("mshow -r -O " q(msg) " " q(signed) \
" | openssl smime -verify")) " | openssl smime -verify"))
} else { } else {
print("Cant verify signatures of type " type ".") print("Cannot verify signatures of type " type ".")
exit(2) exit(2)
} }
} }