diff options
author | Lev A. Serebryakov <lev@FreeBSD.org> | 2003-11-19 11:40:34 +0000 |
---|---|---|
committer | Lev A. Serebryakov <lev@FreeBSD.org> | 2003-11-19 11:40:34 +0000 |
commit | 7c6ac8ed7a236a1d3ab7dfcf80c7f0697bdb7190 (patch) | |
tree | 95bbf6e0a9a7cac553bc3658421d86de63a7ff5c /devel/subversion-freebsd | |
parent | a35fee1f41528ce830a88479151386a05ca1342c (diff) | |
download | ports-7c6ac8ed7a236a1d3ab7dfcf80c7f0697bdb7190.tar.gz ports-7c6ac8ed7a236a1d3ab7dfcf80c7f0697bdb7190.zip |
Notes
Diffstat (limited to 'devel/subversion-freebsd')
-rw-r--r-- | devel/subversion-freebsd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/subversion-freebsd/Makefile b/devel/subversion-freebsd/Makefile index eb3a78f9c6ad..a8f1191f65f6 100644 --- a/devel/subversion-freebsd/Makefile +++ b/devel/subversion-freebsd/Makefile @@ -114,7 +114,7 @@ pre-extract: @${ECHO_MSG} .if defined(WITH_REPOSITORY_CREATION) @${ECHO_MSG} "I will create (or use, if it exists) \"${SVNGROUP}\" group." - @${ECHO_MSG} "Make sure that all commiters are its members." + @${ECHO_MSG} "Make sure that all committers are its members." .else @${ECHO_MSG} "You can have the repository created for you by defining" @${ECHO_MSG} "WITH_REPOSITORY_CREATION." @@ -126,7 +126,7 @@ pre-extract: @${ECHO_MSG} "* the above subdirectories are writable by this group" @${ECHO_MSG} "" @${ECHO_MSG} "Repository will be created at '${SVNREPOS}' with group '${SVNGROUP}'" - @${ECHO_MSG} "You could change tese settings by defining SVNREPOS and SVNGROUP" + @${ECHO_MSG} "You could change these settings by defining SVNREPOS and SVNGROUP" @${ECHO_MSG} "" .endif @${ECHO_MSG} |