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/svr4.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/svr4.sh')
-rw-r--r-- | hints/svr4.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/svr4.sh b/hints/svr4.sh index cbc2d9549f..34a00ab3f2 100644 --- a/hints/svr4.sh +++ b/hints/svr4.sh @@ -172,5 +172,5 @@ fi # SVR4 derivatives. (Though UnixWare has it in /usr/ccs/lib/libc.so.) d_lstat=define -d_suidsafe='define' # "./Configure -d" can't figure this out easilly +d_suidsafe='define' # "./Configure -d" can't figure this out easily |