summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Lyons <tlyons@exim.org>2014-07-03 10:29:50 -0700
committerTodd Lyons <tlyons@exim.org>2014-07-03 10:29:50 -0700
commitf182293e3a29c4433816803268350f6c2797a3e0 (patch)
treed2d867bf25099d7e41edbfd165195acac46ce895
parent7e7273e02d48a7a59c2df7fe2261a0a8e56aa1e6 (diff)
downloadexim4-f182293e3a29c4433816803268350f6c2797a3e0.tar.gz
Typo in docs, add missing word
-rw-r--r--doc/doc-docbook/spec.xfpt7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt
index 795d3a1c1..09ce79848 100644
--- a/doc/doc-docbook/spec.xfpt
+++ b/doc/doc-docbook/spec.xfpt
@@ -9610,9 +9610,10 @@ simply be omitted when the program is actually executed by Exim. If the
script/program requires a specific number of arguments and the expanded
variable could possibly result in this empty expansion, the variable must be
quoted. This is more difficult if the expanded variable itself could result
-in a string containing quotes, because it would with the quotes around the
-command arguments. A possible guard against this is to wrap the variable in
-the &%sg%& operator to change any quote marks to some other character.
+in a string containing quotes, because it would interfere with the quotes
+around the command arguments. A possible guard against this is to wrap the
+variable in the &%sg%& operator to change any quote marks to some other
+character.
.wen
The standard input for the command exists, but is empty. The standard output