summaryrefslogtreecommitdiffstats
path: root/share/mk
diff options
context:
space:
mode:
authorgpalmer <gpalmer@FreeBSD.org>1996-06-22 21:20:56 +0000
committergpalmer <gpalmer@FreeBSD.org>1996-06-22 21:20:56 +0000
commit7c8c0e29b132eed9b3b756bde49232f2ecde6c8c (patch)
tree441af9c1399062c678acd904799023b9510633fa /share/mk
parentc8f0ea9e6d177518ef510d8ce2687544fc231b8f (diff)
downloadFreeBSD-src-7c8c0e29b132eed9b3b756bde49232f2ecde6c8c.zip
FreeBSD-src-7c8c0e29b132eed9b3b756bde49232f2ecde6c8c.tar.gz
Correct spelling errors (i before e except after c :-) )
Submitted by: James Raynard <jraynard>
Diffstat (limited to 'share/mk')
-rw-r--r--share/mk/bsd.port.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/share/mk/bsd.port.mk b/share/mk/bsd.port.mk
index ec3518f..dd18305 100644
--- a/share/mk/bsd.port.mk
+++ b/share/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 \
OpenPOWER on IntegriCloud