1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00

Fix typo introduced in r251084.

MFC after:	1 month
X-MFC-With:	r251084
This commit is contained in:
Glen Barber 2013-05-28 23:46:13 +00:00
parent 4e02fd950c
commit 2acbe4f044
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=251085

View File

@ -35,7 +35,7 @@ update:
@echo "--------------------------------------------------------------"
@(cd ${.CURDIR} && ${SVN} update ${SVNFLAGS})
.else
@echo "Error: Please define SUP_UPDATE first."
@echo "Error: Please define SVN_UPDATE first."
.endif
.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"