diff options
author | Jameson Graef Rollins <jrollins@phys.columbia.edu> | 2008-06-21 12:36:15 -0400 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@phys.columbia.edu> | 2008-06-21 12:36:15 -0400 |
commit | e4c99f298bd4e7451b3ba0a9d08a4eda9583d544 (patch) | |
tree | c05dde3fdc65f1f65502568a67509923b7d1afd5 /src | |
parent | 6d1876a1fddb9558a3c01b577a2b571aecfefc2f (diff) | |
parent | 73d65e52cdbcbc1632d6eedf737d5cfcb8845247 (diff) |
Merge commit 'mlcastle/master'
Diffstat (limited to 'src')
-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; } } |