mverify: Cant - > cannot

- This works around the quoting problem inherent in using Can't
  and avoids using the incorrect Cant

Closes: #71 [via git-merge-pr]
pull/72/head
Larry Hynes 7 years ago committed by Leah Neukirchen
parent 05e4d5b5fa
commit 470d7f85a0

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

Loading…
Cancel
Save