mverify: Cant - > cannot

- This works around the quoting problem inherent in using Can't
  and avoids using the incorrect Cant
pull/71/head
Larry Hynes 7 years ago
parent 3b51c5938a
commit 1fe89480d4

@ -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