diff options
author | gpalmer <gpalmer@FreeBSD.org> | 1996-06-23 05:20:56 +0800 |
---|---|---|
committer | gpalmer <gpalmer@FreeBSD.org> | 1996-06-23 05:20:56 +0800 |
commit | ffb14aa260f8608ff6e50afcfc9f79c38eb9e365 (patch) | |
tree | 41b89df57d14ae9d1abe4bc36ed2397b40f8de38 /Mk | |
parent | 1b601a1115e8a88e05778bd3bfbf0e4220956c77 (diff) | |
download | freebsd-ports-gnome-ffb14aa260f8608ff6e50afcfc9f79c38eb9e365.tar.gz freebsd-ports-gnome-ffb14aa260f8608ff6e50afcfc9f79c38eb9e365.tar.zst freebsd-ports-gnome-ffb14aa260f8608ff6e50afcfc9f79c38eb9e365.zip |
Correct spelling errors (i before e except after c :-) )
Submitted by: James Raynard <jraynard>
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.port.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index ec3518f78ddd..dd18305fe44a 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -3,7 +3,7 @@ # bsd.port.mk - 940820 Jordan K. Hubbard. # This file is in the public domain. # -# $Id: bsd.port.mk,v 1.211 1996/06/20 18:51:28 jkh Exp $ +# $Id: bsd.port.mk,v 1.212 1996/06/20 23:52:45 jkh Exp $ # # Please view me with 4 column tabs! @@ -618,7 +618,7 @@ do-fetch: continue 2; \ fi \ done; \ - ${ECHO_MSG} ">> Couldn't fetch it - please try to retreive this";\ + ${ECHO_MSG} ">> Couldn't fetch it - please try to retrieve this";\ ${ECHO_MSG} ">> port manually into ${DISTDIR} and try again."; \ exit 1; \ fi \ @@ -641,7 +641,7 @@ do-fetch: continue 2; \ fi \ done; \ - ${ECHO_MSG} ">> Couldn't fetch it - please try to retreive this";\ + ${ECHO_MSG} ">> Couldn't fetch it - please try to retrieve this";\ ${ECHO_MSG} ">> port manually into ${DISTDIR} and try again."; \ exit 1; \ fi \ |