diff options
author | mike castleman <m@mlcastle.net> | 2008-06-21 12:35:22 -0400 |
---|---|---|
committer | mike castleman <m@mlcastle.net> | 2008-06-21 12:35:22 -0400 |
commit | 73d65e52cdbcbc1632d6eedf737d5cfcb8845247 (patch) | |
tree | 13225f53720cc6a8bb6a1e9048fd6e570c4a6d86 /src/keytrans | |
parent | 0e7b7f17fd635486371798a513067ba747dd47dc (diff) |
fix typo
Diffstat (limited to 'src/keytrans')
-rw-r--r-- | src/keytrans/openpgp2ssh.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } } |