###
diff --git a/nrelease/Makefile b/nrelease/Makefile
index a7adb0346d..2129c049c2 100644
--- a/nrelease/Makefile
+++ b/nrelease/Makefile
@@ -383,7 +383,7 @@ mkimg:
disklabel -r `cat ${ISODIR}/vn.which`s2 > ${IMGFILE}.label
@echo "STEP: set disklabel name"
echo "label: ${LABEL}" >> ${IMGFILE}.label
- @echo "STEP: add slice parition"
+ @echo "STEP: add slice partition"
echo "a: * * 4.2BSD" >> ${IMGFILE}.label;
@echo "STEP: write modified disklabel back"
disklabel -R -r `cat ${ISODIR}/vn.which`s2 ${IMGFILE}.label
ea8f7c447e nrelease: Fix typo.
nrelease/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Upstream: gitweb.dragonflybsd.org