summaryrefslogtreecommitdiffstats
path: root/cgi.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2023-04-28 19:11:03 +0000
committerIngo Schwarze <schwarze@openbsd.org>2023-04-28 19:11:03 +0000
commit0b0554bfc6a91450265f23d89c425a979a42d366 (patch)
treec3ac22e69ac3dc9ca9aacfb48dafea95a2114158 /cgi.c
parentf6a5ecf0a6ad2ae347cd6feb5ff6eefafbe8631f (diff)
downloadmandoc-0b0554bfc6a91450265f23d89c425a979a42d366.tar.gz
spelling fixes from Paul Tagliamonte via tech@ and jmc@
Diffstat (limited to 'cgi.c')
-rw-r--r--cgi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi.c b/cgi.c
index 76baddb6..03094fec 100644
--- a/cgi.c
+++ b/cgi.c
@@ -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.