diff options
author | Peter J. Acklam) (via RT <perlbug-followup@perl.org> | 2011-01-06 23:12:35 -0800 |
---|---|---|
committer | Abigail <abigail@abigail.be> | 2011-01-07 13:11:31 +0100 |
commit | dca46f057e9991c59edafe950dde760f36545539 (patch) | |
tree | 2616a759e6c1b32c08b58011907bb9e19a7fede8 /hints/freebsd.sh | |
parent | 36f677ac35c9519e0854d1fff0bfd3c7867ade20 (diff) | |
download | perl-dca46f057e9991c59edafe950dde760f36545539.tar.gz |
Fix typos (spelling errors) in hints/*.
# New Ticket Created by (Peter J. Acklam)
# Please include the string: [perl #81884]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81884 >
Signed-off-by: Abigail <abigail@abigail.be>
Diffstat (limited to 'hints/freebsd.sh')
-rw-r--r-- | hints/freebsd.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/freebsd.sh b/hints/freebsd.sh index 44cf0ebaca..c661fe81d1 100644 --- a/hints/freebsd.sh +++ b/hints/freebsd.sh @@ -62,7 +62,7 @@ case "$osvers" in # # Even though seteuid/setegid are available, they've been turned off # because perl isn't coded with saved set[ug]id variables in mind. -# In addition, a small patch is requried to suidperl to avoid a security +# In addition, a small patch is required to suidperl to avoid a security # problem with FreeBSD. # 2.0.5*|2.0-built*|2.1*) |