From: mike castleman Date: Sat, 21 Jun 2008 16:35:22 +0000 (-0400) Subject: fix typo X-Git-Tag: monkeysphere_0.2-1~15^2 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=73d65e52cdbcbc1632d6eedf737d5cfcb8845247;hp=0e7b7f17fd635486371798a513067ba747dd47dc;p=monkeysphere.git fix typo --- diff --git a/src/keytrans/openpgp2ssh.c b/src/keytrans/openpgp2ssh.c index 511af71..92bdc19 100644 --- a/src/keytrans/openpgp2ssh.c +++ b/src/keytrans/openpgp2ssh.c @@ -427,7 +427,7 @@ int main(int argc, char* argv[]) { } else { /* we have no idea what kind of key this is at all anyway! */ - err(0,"Input does contain any form of OpenPGP key I recognize.\n"); + err(0,"Input does not contain any form of OpenPGP key I recognize.\n"); return 1; } }