Fix typos in "Robust argument list processing" section

Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
This commit is contained in:
Jan Pokorný 2014-03-02 21:28:36 +01:00 committed by Florian Weimer
parent 39e08eb0e4
commit 045ff4f71a

View file

@ -172,9 +172,9 @@
<title>Robust argument list processing</title>
<para>
When invoking a program, it is sometimes necessary to include
data from untrusted sources. Such data should be check
data from untrusted sources. Such data should be checked
against embedded <literal>NUL</literal> characters because the
system APIs will sliently truncate argument strings at the first
system APIs will silently truncate argument strings at the first
<literal>NUL</literal> character.
</para>
<para>