diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-06-21 13:53:06 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-06-21 13:53:06 -0400 |
commit | f659da8ba2e184a9eb60da2d65c1e81c33f06772 (patch) | |
tree | 566b1248aa406e67317056f56e51e415ef899db1 /src | |
parent | 9efdaab59edb2ff4454082f6a36c9dc0d90b8885 (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; } } |