]> andersk Git - openssh.git/blobdiff - ssh-keygen.c
- OpenBSD CVS updates.
[openssh.git] / ssh-keygen.c
index 83d05d9a35631e3dde71c7f7ace38c6180a57b8c..1b5261d8c6070670db28a49d7e3a1e8d76599d3b 100644 (file)
@@ -508,7 +508,7 @@ passphrase_again:
        if (identity_comment) {
                strlcpy(comment, identity_comment, sizeof(comment));
        } else {
-               /* Create default commend field for the passphrase. */
+               /* Create default commend field for the passphrase. */
                if (gethostname(hostname, sizeof(hostname)) < 0) {
                        perror("gethostname");
                        exit(1);
This page took 0.033633 seconds and 4 git commands to generate.