Hello,
please find attached another trivial fix.
cu Andreas
--
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt
index b55299ccc..a4a0ffa14 100644
--- a/doc/doc-docbook/spec.xfpt
+++ b/doc/doc-docbook/spec.xfpt
@@ -8339,15 +8339,15 @@ daemon as in the other SQL databases.
There are two ways of
specifying the file.
The first is by using the &%sqlite_dbfile%& main option.
The second, which allows separate files for each query,
is to use an option appended, comma-separated, to the &"sqlite"&
lookup type word. The option is the word &"file"&, then an equals,
then the filename.
-The filename in this case cannot contain whitespace or open-brace charachters.
+The filename in this case cannot contain whitespace or open-brace characters.
A deprecated method is available, prefixing the query with the filename
separated by white space.
This means that
.cindex "tainted data" "sqlite file"
the query cannot use any tainted values, as that taints
the entire query including the filename - resulting in a refusal to open
@@ -23309,15 +23309,15 @@ This runs the command &(/bin/cmd1)& if the host name is &'a.b.c'&, and
&(/bin/cmd2)& otherwise.
Option strings in general have any fully-surrounding double quote wrapping
removed early in parsing (see &<<SECTstrings>>&).
Then, for this option, quotes protect against whitespace being
regarded as a separator while splitting into the command argument vector.
Either double or single quotes can be used here;
-the former interprets backlash-quoted charachters
+the former interprets backlash-quoted characters
and the latter does not.
If double quotes had been used in this example, they would have been
stripped by Exim when it read the option's value. When the value is used, if
the single quotes were missing, the line would be split into two items,
&`/bin/cmd${if`& and &`eq{$host}{a.b.c}{1}{2}`&, and an error would occur when
Exim tried to expand the first one.
--
## subscription configuration (requires account):
## https://lists.exim.org/mailman3/postorius/lists/exim-dev.lists.exim.org/
## unsubscribe (doesn't require an account):
## [email protected]
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/