diff options
author | James E Keenan <jkeenan@cpan.org> | 2017-01-14 19:07:21 -0500 |
---|---|---|
committer | James E Keenan <jkeenan@cpan.org> | 2017-01-14 19:07:21 -0500 |
commit | fbceb79751d97a15e33501de097e506ae24c0e58 (patch) | |
tree | 3bc0623d49f7d2d529be18c42429a39ccf7494d8 /hints | |
parent | 4767d89388527b747495568a327247ba5b9c72bf (diff) | |
download | perl-fbceb79751d97a15e33501de097e506ae24c0e58.tar.gz |
Correct spelling error.
Diffstat (limited to 'hints')
-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 06b0bfd7d2..e5ecea8db9 100644 --- a/hints/freebsd.sh +++ b/hints/freebsd.sh @@ -312,7 +312,7 @@ esac # XXX Under FreeBSD 6.0 (and probably most other similar versions) # Perl_die(NULL) generates a warning: # pp_sys.c:491: warning: null format string -# Configure supposedely tests for this, but apparently the test doesn't +# Configure supposedly tests for this, but apparently the test doesn't # work. Volunteers with FreeBSD are needed to improving the Configure test. # Meanwhile, the following workaround should be safe on all versions # of FreeBSD. |