aboutsummaryrefslogtreecommitdiffstats
path: root/devel/subversion-devel
diff options
context:
space:
mode:
authorlev <lev@FreeBSD.org>2003-11-19 19:40:34 +0800
committerlev <lev@FreeBSD.org>2003-11-19 19:40:34 +0800
commit2cb5b6061dd4a30803a01ae9e6d5feba8cedc20f (patch)
tree62904f0132970801fd872bec2a98b94f19d7f731 /devel/subversion-devel
parentecdee262ff3f44570470028cfe00b5b05d20b2d8 (diff)
downloadfreebsd-ports-gnome-2cb5b6061dd4a30803a01ae9e6d5feba8cedc20f.tar.gz
freebsd-ports-gnome-2cb5b6061dd4a30803a01ae9e6d5feba8cedc20f.tar.zst
freebsd-ports-gnome-2cb5b6061dd4a30803a01ae9e6d5feba8cedc20f.zip
Fix typos
Diffstat (limited to 'devel/subversion-devel')
-rw-r--r--devel/subversion-devel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/subversion-devel/Makefile b/devel/subversion-devel/Makefile
index eb3a78f9c6ad..a8f1191f65f6 100644
--- a/devel/subversion-devel/Makefile
+++ b/devel/subversion-devel/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}