summaryrefslogtreecommitdiffstats
path: root/sshkey.c
diff options
context:
space:
mode:
authorjsg@openbsd.org <jsg@openbsd.org>2023-12-20 01:06:25 +0100
committerDamien Miller <djm@mindrot.org>2024-01-08 03:25:21 +0100
commit64ddf776531ca4933832beecc8b7ebe1b937e081 (patch)
treee65746b98f9dc3ac6a210109ba7eda4a04d535e7 /sshkey.c
parentupstream: sort -C, and add to usage(); ok djm (diff)
downloadopenssh-64ddf776531ca4933832beecc8b7ebe1b937e081.tar.xz
openssh-64ddf776531ca4933832beecc8b7ebe1b937e081.zip
upstream: spelling; ok markus@
OpenBSD-Commit-ID: 9d01f2e9d59a999d5d42fc3b3efcf8dfb892e31b
Diffstat (limited to 'sshkey.c')
-rw-r--r--sshkey.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sshkey.c b/sshkey.c
index 06db9b5da..0705674b8 100644
--- a/sshkey.c
+++ b/sshkey.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sshkey.c,v 1.140 2023/10/16 08:40:00 dtucker Exp $ */
+/* $OpenBSD: sshkey.c,v 1.141 2023/12/20 00:06:25 jsg Exp $ */
/*
* Copyright (c) 2000, 2001 Markus Friedl. All rights reserved.
* Copyright (c) 2008 Alexander von Gernler. All rights reserved.
@@ -1927,7 +1927,7 @@ sshkey_from_blob_internal(struct sshbuf *b, struct sshkey **keyp,
goto out;
}
if (sshkey_type_is_cert(type)) {
- /* Skip nonce that preceeds all certificates */
+ /* Skip nonce that precedes all certificates */
if (sshbuf_get_string_direct(b, NULL, NULL) != 0) {
ret = SSH_ERR_INVALID_FORMAT;
goto out;