From 24c47608c0d3d8b3271d14b542d3a1985ade1402 Mon Sep 17 00:00:00 2001 From: jmc <> Date: Wed, 28 Dec 2022 21:30:17 +0000 Subject: spelling fixes; from paul tagliamonte any parts of his diff not taken are noted on tech --- src/usr.sbin/ocspcheck/ocspcheck.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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 @@ -/* $OpenBSD: ocspcheck.c,v 1.30 2021/07/12 15:09:21 beck Exp $ */ +/* $OpenBSD: ocspcheck.c,v 1.31 2022/12/28 21:30:17 jmc Exp $ */ /* * Copyright (c) 2017,2020 Bob Beck @@ -379,7 +379,7 @@ ocsp_request_new_from_cert(const char *cadir, char *file, int nonce) goto err; } if (request->data == NULL) { - warnx("Unable to allocte memory"); + warnx("Unable to allocate memory"); goto err; } return request; -- cgit v1.2.3-55-g6feb