aboutsummaryrefslogtreecommitdiffstats
path: root/doc/tools.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tools.texi')
-rw-r--r--doc/tools.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tools.texi b/doc/tools.texi
index 2b8d153e0..58430271a 100644
--- a/doc/tools.texi
+++ b/doc/tools.texi
@@ -1187,7 +1187,7 @@ have been given to return a useful value.
@item unescape @var{args}
Remove C-style escapes from @var{args}. Note that @code{\0} and
-@code{\x00} terminate the returned string implictly. The string to be
+@code{\x00} terminate the returned string implicitly. The string to be
converted are the entire arguments right behind the delimiting space of
the function name.
@@ -1274,7 +1274,7 @@ Same as the command line option @option{--decode}.
@itemx /nosubst
Enable and disable variable substitution. It defaults to disabled
unless the command line option @option{--subst} has been used.
-If /subst as been enabled once, leading white spaces are removed from
+If /subst as been enabled once, leading whitespace is removed from
input lines which makes scripts easier to read.
@item /while @var{condition}