From 1f8c2358ed4b0f93c26df2fc30a2110aa2a49339 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sat, 12 Jul 2025 23:07:15 +0200 Subject: [PATCH] hostip4: QNX nto -> QNX Neutrino to not trip typos tool --- .github/scripts/typos.toml | 2 +- lib/hostip4.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/scripts/typos.toml b/.github/scripts/typos.toml index f6558d4d29..2fd1111d6b 100644 --- a/.github/scripts/typos.toml +++ b/.github/scripts/typos.toml @@ -5,7 +5,7 @@ [default] extend-ignore-identifiers-re = [ "(ba|BA|FU|Iy|ND|OT|pn|PN|UE)", - "(CNA|ECT|EDE|Jod|kno|nto|ser|Typ|URE)", + "(CNA|ECT|EDE|Jod|kno|ser|Typ|URE)", "(admi|alue|CLEA|clen|GOST|HELO|helo|htpt|PASE)", "(HEADE|numer|optin|stati)", "(Januar|passin|perfec|PUNICODE|TEMPLAT)", diff --git a/lib/hostip4.c b/lib/hostip4.c index 217fba5861..627edbecd4 100644 --- a/lib/hostip4.c +++ b/lib/hostip4.c @@ -145,7 +145,7 @@ struct Curl_addrinfo *Curl_ipv4_resolve_r(const char *hostname, return NULL; /* major failure */ /* * The clearing of the buffer is a workaround for a gethostbyname_r bug in - * QNX nto and it is also _required_ for some of these functions on some + * QNX Neutrino and it is also _required_ for some of these functions on some * platforms. */