summaryrefslogtreecommitdiff
path: root/authfile.c
diff options
context:
space:
mode:
authorjsg@openbsd.org <jsg@openbsd.org>2022-01-01 01:55:30 +0000
committerDamien Miller <djm@mindrot.org>2022-01-01 15:19:48 +1100
commitcb885178f36b83d0f14cfe9f345d2068103feed0 (patch)
treeda0508e769f669e1170eca4fd6033c7ad0b60d06 /authfile.c
parent6b977f8080a32c5b3cbb9edb634b9d5789fb79be (diff)
downloadopenssh-git-cb885178f36b83d0f14cfe9f345d2068103feed0.tar.gz
upstream: spelling ok dtucker@
OpenBSD-Commit-ID: bfc7ba74c22c928de2e257328b3f1274a3dfdf19
Diffstat (limited to 'authfile.c')
-rw-r--r--authfile.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/authfile.c b/authfile.c
index 946f50ca..a399efc3 100644
--- a/authfile.c
+++ b/authfile.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: authfile.c,v 1.141 2020/06/18 23:33:38 djm Exp $ */
+/* $OpenBSD: authfile.c,v 1.142 2022/01/01 01:55:30 jsg Exp $ */
/*
* Copyright (c) 2000, 2013 Markus Friedl. All rights reserved.
*
@@ -368,7 +368,7 @@ sshkey_load_private_cert(int type, const char *filename, const char *passphrase,
* Returns success if the specified "key" is listed in the file "filename",
* SSH_ERR_KEY_NOT_FOUND: if the key is not listed or another error.
* If "strict_type" is set then the key type must match exactly,
- * otherwise a comparison that ignores certficiate data is performed.
+ * otherwise a comparison that ignores certificate data is performed.
* If "check_ca" is set and "key" is a certificate, then its CA key is
* also checked and sshkey_in_file() will return success if either is found.
*/