Correct a typo.

Submitted by:	Daniel B. Hemmerich <dan@BSDpro.com>
This commit is contained in:
Dima Dorfman 2001-08-28 12:50:03 +00:00
parent bcf62d4c42
commit 38fa0139b8
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=10486

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO8859-1/books/developers-handbook/secure/chapter.sgml,v 1.9 2001/06/13 18:18:58 murray Exp $
$FreeBSD: doc/en_US.ISO8859-1/books/developers-handbook/secure/chapter.sgml,v 1.10 2001/07/17 20:51:50 chern Exp $
-->
<chapter id="secure">
@ -471,7 +471,7 @@ int main() {
<indexterm><primary>Perl Taint mode</primary></indexterm>
<para>Perl has a really cool feature called "Taint" mode which
can be used to prevent scripts for using data derived outside
can be used to prevent scripts from using data derived outside
the program in an unsafe way. This mode will check command line
arguments, environment variables, locale information, the
results of certain syscalls (<function>readdir()</function>,