[Secure Coding] master: Fix typos in "Robust argument list processing" section (045ff4f)

fweimer at fedoraproject.org fweimer at fedoraproject.org
Mon Mar 3 07:41:18 UTC 2014


Repository : http://git.fedorahosted.org/git/?p=secure-coding.git

On branch  : master

>---------------------------------------------------------------

commit 045ff4f71adf238f98f986622a5604d3d431d5e1
Author: Jan Pokorný <jpokorny at redhat.com>
Date:   Sun Mar 2 21:28:36 2014 +0100

    Fix typos in "Robust argument list processing" section
    
    Signed-off-by: Jan Pokorný <jpokorny at redhat.com>


>---------------------------------------------------------------

 defensive-coding/en-US/Tasks-Processes.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/defensive-coding/en-US/Tasks-Processes.xml b/defensive-coding/en-US/Tasks-Processes.xml
index 141232a..8175c21 100644
--- a/defensive-coding/en-US/Tasks-Processes.xml
+++ b/defensive-coding/en-US/Tasks-Processes.xml
@@ -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>



More information about the security mailing list