From 2f6e84dbe3e976b47041aca07521ee5572d909a9 Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Sun, 1 Sep 2024 07:54:06 +0000 Subject: typos; courtesy of codespell --- README.md | 2 +- config.c | 2 +- contrib/vim/syntax/gmid.vim | 4 ++-- gmid.conf.5 | 2 +- site/changelog.gmi | 12 ++++++------ titan.1 | 2 +- titan.c | 2 +- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index ee1e064..b5b3514 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ to the `contrib` directory. ## Architecture/Security considerations gmid has a privsep design, where the operations done by the daemon are -splitted into multiple processes: +split into multiple processes: - main: the main process is the only one that keeps the original privileges. It opens the TLS certificates on the behalf of the diff --git a/config.c b/config.c index b100136..622c667 100644 --- a/config.c +++ b/config.c @@ -645,7 +645,7 @@ config_recv(struct conf *conf, struct imsg *imsg) case IMSG_RECONF_HOST_ADDR: log_debug("receiving host addr"); if (h == NULL) - fatalx("recv'd host address withouth host"); + fatalx("recv'd host address without host"); addr = xcalloc(1, sizeof(*addr)); if (imsg_get_data(imsg, addr, sizeof(*addr)) == -1) fatalx("bad length imsg RECONF_HOST_ADDR"); diff --git a/contrib/vim/syntax/gmid.vim b/contrib/vim/syntax/gmid.vim index 24be9a5..75f7aab 100644 --- a/contrib/vim/syntax/gmid.vim +++ b/contrib/vim/syntax/gmid.vim @@ -135,7 +135,7 @@ syn keyword gmidDirectiveServer cert contained syn keyword gmidDirectiveServer key contained syn match gmidDirectiveServer "\" display contained -" Ambiguos, can be used both in `listen on` and `fastcgi socket` +" Ambiguous, can be used both in `listen on` and `fastcgi socket` syn keyword gmidDirectiveParamHost port contained nextgroup=gmidNumber skipwhite " FastCGI Blocks: {{{3 @@ -174,7 +174,7 @@ syn keyword gmidDirectiveProxy sni contained syn keyword gmidDirectiveProxy use-tls contained nextgroup=gmidBoolean skipwhite syn keyword gmidDirectiveProxy verifyname contained nextgroup=gmidBoolean skipwhite -" Ambiguos, can be used both in `proxy` and `relay-to` +" Ambiguous, can be used both in `proxy` and `relay-to` syn keyword gmidDirectiveParamProxy port contained nextgroup=gmidNumber skipwhite " Types Blocks: {{{2 diff --git a/gmid.conf.5 b/gmid.conf.5 index 092a6c0..8622d31 100644 --- a/gmid.conf.5 +++ b/gmid.conf.5 @@ -166,7 +166,7 @@ Common Name of the client certificate the timestamp wrapped in square brackets, the request URI wrapped in double quotes, the response code, the size of the response, a dash wrapped in double quotes and "". -The strangness of these two last fields is because Gemini doesn't have +The strangeness of these two last fields is because Gemini doesn't have the notion of the .Dq Referer header nor the diff --git a/site/changelog.gmi b/site/changelog.gmi index 7afbf72..5822a6e 100644 --- a/site/changelog.gmi +++ b/site/changelog.gmi @@ -20,7 +20,7 @@ ## 2024/06/11 - 2.0.5 “Lady Stardust” security release -This release fixes a logic error that can result in a DoS; therefore is a strongly reccomended update for all users. It's safe to update to it from any version of the 2.0.x series. +This release fixes a logic error that can result in a DoS; therefore is a strongly recommended update for all users. It's safe to update to it from any version of the 2.0.x series. * allow again empty lines at the start of the configuration file * change how strnvis(3) is handled: on systems with the broken interface gmid will just use its own built-in version @@ -60,7 +60,7 @@ This release fixes a logic error that can result in a DoS; therefore is a strong * added `listen on' to specify per-server the list of addresses from where connections are to be accepted. * added titan(1), a simple titan client. -* splitted the "configless" version of gmid as a standalone executable gemexp(1) +* split the "configless" version of gmid as a standalone executable gemexp(1) * added ability to log to files with `log access ` * added ability to change the syslog(3) facility with `log syslog facility ` * added ability to change the logging style with `log style