projects
/
monkeysphere.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e7b7f1
)
fix typo
author
mike castleman
<m@mlcastle.net>
Sat, 21 Jun 2008 16:35:22 +0000
(12:35 -0400)
committer
mike castleman
<m@mlcastle.net>
Sat, 21 Jun 2008 16:35:22 +0000
(12:35 -0400)
src/keytrans/openpgp2ssh.c
patch
|
blob
|
history
diff --git
a/src/keytrans/openpgp2ssh.c
b/src/keytrans/openpgp2ssh.c
index 511af719d7b69dfb936214ef61ba4453705f6a22..92bdc1955c81e0cada4eb80a5177017f5b226575 100644
(file)
--- 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;
}
}