From 470d7f85a0aebe2e3bb6ef18006977fb2dfc379b Mon Sep 17 00:00:00 2001 From: Larry Hynes Date: Sat, 5 Aug 2017 13:35:18 +0100 Subject: [PATCH] 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] --- contrib/mverify | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/mverify b/contrib/mverify index 2bca940..740ce83 100755 --- a/contrib/mverify +++ b/contrib/mverify @@ -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) } }