diff options
author | jmc <> | 2022-12-28 21:30:17 +0000 |
---|---|---|
committer | jmc <> | 2022-12-28 21:30:17 +0000 |
commit | 24c47608c0d3d8b3271d14b542d3a1985ade1402 (patch) | |
tree | 88c5699c93a9be5e6d1cb23076cdc3a3499ba1fe | |
parent | 882368f6464a5058a76281e4b561dff8e878cc24 (diff) | |
download | openbsd-24c47608c0d3d8b3271d14b542d3a1985ade1402.tar.gz openbsd-24c47608c0d3d8b3271d14b542d3a1985ade1402.tar.bz2 openbsd-24c47608c0d3d8b3271d14b542d3a1985ade1402.zip |
spelling fixes; from paul tagliamonte
any parts of his diff not taken are noted on tech
-rw-r--r-- | src/usr.sbin/ocspcheck/ocspcheck.c | 4 |
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; |