gratuitious -> gratuitous

This commit is contained in:
tb 2022-01-12 22:49:53 +00:00
parent 5018f4d308
commit 51b27d62b4
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $OpenBSD: ophandlers.c,v 1.16 2021/10/24 21:24:18 deraadt Exp $ */
/* $OpenBSD: ophandlers.c,v 1.17 2022/01/12 22:49:53 tb Exp $ */
/* $NetBSD: ophandlers.c,v 1.2 1996/02/28 01:13:30 thorpej Exp $ */
/*-
@ -207,7 +207,7 @@ op_dump(void)
*
* opio2 is for obtaining the value associated with that name.
* For some crazy reason, it seems as if we need to do all
* of that gratuitious zapping and copying. *sigh*
* of that gratuitous zapping and copying. *sigh*
*/
for (;;) {
opio1.op_namelen = strlen(opio1.op_name);