summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjmc <>2022-12-28 21:30:17 +0000
committerjmc <>2022-12-28 21:30:17 +0000
commit99447cbc42f558725184ccdb10e0a8d9abe1c418 (patch)
tree88c5699c93a9be5e6d1cb23076cdc3a3499ba1fe /src
parentcf90b1615e8583eeee4b0c67f97f21171cd800f4 (diff)
downloadopenbsd-99447cbc42f558725184ccdb10e0a8d9abe1c418.tar.gz
openbsd-99447cbc42f558725184ccdb10e0a8d9abe1c418.tar.bz2
openbsd-99447cbc42f558725184ccdb10e0a8d9abe1c418.zip
spelling fixes; from paul tagliamonte
any parts of his diff not taken are noted on tech
Diffstat (limited to 'src')
-rw-r--r--src/usr.sbin/ocspcheck/ocspcheck.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr.sbin/ocspcheck/ocspcheck.c b/src/usr.sbin/ocspcheck/ocspcheck.c
index 46e7e66607..516642b53f 100644
--- a/src/usr.sbin/ocspcheck/ocspcheck.c
+++ b/src/usr.sbin/ocspcheck/ocspcheck.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ocspcheck.c,v 1.30 2021/07/12 15:09:21 beck Exp $ */ 1/* $OpenBSD: ocspcheck.c,v 1.31 2022/12/28 21:30:17 jmc Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2017,2020 Bob Beck <beck@openbsd.org> 4 * Copyright (c) 2017,2020 Bob Beck <beck@openbsd.org>
@@ -379,7 +379,7 @@ ocsp_request_new_from_cert(const char *cadir, char *file, int nonce)
379 goto err; 379 goto err;
380 } 380 }
381 if (request->data == NULL) { 381 if (request->data == NULL) {
382 warnx("Unable to allocte memory"); 382 warnx("Unable to allocate memory");
383 goto err; 383 goto err;
384 } 384 }
385 return request; 385 return request;