=================================================================== RCS file: /cvs/mandoc/cgi.c,v retrieving revision 1.180 retrieving revision 1.181 diff -u -p -r1.180 -r1.181 --- mandoc/cgi.c 2022/07/06 17:21:04 1.180 +++ mandoc/cgi.c 2023/04/28 19:11:03 1.181 @@ -1,4 +1,4 @@ -/* $Id: cgi.c,v 1.180 2022/07/06 17:21:04 schwarze Exp $ */ +/* $Id: cgi.c,v 1.181 2023/04/28 19:11:03 schwarze Exp $ */ /* * Copyright (c) 2014-2019, 2021, 2022 Ingo Schwarze * Copyright (c) 2011, 2012 Kristaps Dzonsons @@ -1097,7 +1097,7 @@ main(void) #if HAVE_PLEDGE /* * The "rpath" pledge could be revoked after mparse_readfd() - * if the file desciptor to "/footer.html" would be opened + * if the file descriptor to "/footer.html" would be opened * up front, but it's probably not worth the complication * of the code it would cause: it would require scattering * pledge() calls in multiple low-level resp_*() functions.