diff options
author | Matt Goins <mjgoins@openflows.com> | 2008-06-21 14:59:24 -0400 |
---|---|---|
committer | Matt Goins <mjgoins@openflows.com> | 2008-06-21 14:59:24 -0400 |
commit | dfc533d223dfcb0ba954eeab1c45124c82b18bf5 (patch) | |
tree | 566b1248aa406e67317056f56e51e415ef899db1 | |
parent | 3a6f611a52d56b919b8c50a6e1700af43ff49578 (diff) | |
parent | f659da8ba2e184a9eb60da2d65c1e81c33f06772 (diff) |
Merge commit 'dkg/master'
-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; } } |