summaryrefslogtreecommitdiff
path: root/hints/freebsd.sh
diff options
context:
space:
mode:
authorJames E Keenan <jkeenan@cpan.org>2017-01-14 19:07:21 -0500
committerJames E Keenan <jkeenan@cpan.org>2017-01-14 19:07:21 -0500
commitfbceb79751d97a15e33501de097e506ae24c0e58 (patch)
tree3bc0623d49f7d2d529be18c42429a39ccf7494d8 /hints/freebsd.sh
parent4767d89388527b747495568a327247ba5b9c72bf (diff)
downloadperl-fbceb79751d97a15e33501de097e506ae24c0e58.tar.gz
Correct spelling error.
Diffstat (limited to 'hints/freebsd.sh')
-rw-r--r--hints/freebsd.sh2
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.