diff options
author | gshapiro <gshapiro@FreeBSD.org> | 2001-06-27 01:48:02 +0000 |
---|---|---|
committer | gshapiro <gshapiro@FreeBSD.org> | 2001-06-27 01:48:02 +0000 |
commit | 1e4d37f7c2c2151dbdba8b21d81e6799ce958574 (patch) | |
tree | 4c5c1e4746a8bd84cff8f1f108552487ab02475a /share | |
parent | 4858a561502d575d10e080afdc7398e055ae97b1 (diff) | |
download | FreeBSD-src-1e4d37f7c2c2151dbdba8b21d81e6799ce958574.zip FreeBSD-src-1e4d37f7c2c2151dbdba8b21d81e6799ce958574.tar.gz |
Typo fix (modifes -> modifies)
Diffstat (limited to 'share')
-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 2f6d524..5544d5a 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/make.conf @@ -361,7 +361,7 @@ BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \ # #SENDMAIL_ADDITIONAL_MC=/etc/mail/foo.mc /etc/mail/bar.mc # -# Setting the following variables modifes the build environment for +# Setting the following variables modifies the build environment for # sendmail and its related utilities. For example, SASL support can be # added with settings such as: # |