diff options
author | ru <ru@FreeBSD.org> | 2000-11-10 10:46:11 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2000-11-10 10:46:11 +0000 |
commit | 7c03e4e7576713bc17027ecd4caef02fbbe81748 (patch) | |
tree | b0315e725a52b858147f8a198bcfe34e82dcaf9d /share/examples/etc | |
parent | e11dba3a71e963a775eff54b65120565202a800b (diff) | |
download | FreeBSD-src-7c03e4e7576713bc17027ecd4caef02fbbe81748.zip FreeBSD-src-7c03e4e7576713bc17027ecd4caef02fbbe81748.tar.gz |
Fixed typo in description of ENABLE_SUIDPERL.
Diffstat (limited to 'share/examples/etc')
-rw-r--r-- | share/examples/etc/make.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index d9f2be7..18a5a5e 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/make.conf @@ -48,7 +48,7 @@ BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \ # Mtree will follow symlinks #MTREE_FOLLOWS_SYMLINKS= -L # -# To enable building enstalling suidperl with the setuid bit turned on +# To enable installing suidperl with the setuid bit turned on #ENABLE_SUIDPERL= true # # To build perl with thread support |