$NetBSD: patch-aa,v 1.2 2001/06/17 22:02:21 agc Exp $ Correct a spelling mistake --- Makefile.in.orig Wed Jun 13 00:51:12 2001 +++ Makefile.in Sun Jun 17 22:56:14 2001 @@ -65,7 +65,7 @@ ${MAN}: make.1 @echo making ${PROG}.1 @sed -e '/^.Nm/s/make/${PROG}/' -e '/^.Sh HISTORY/,$$d' ${srcdir}/make.1 > $@ - @(echo ".Sh HISTORY"; echo ".Nm"; echo "is derrived from NetBSD's"; echo ".Xr make 1 ."; echo It uses autoconf to facilitate portability to other platforms.) >> $@ + @(echo ".Sh HISTORY"; echo ".Nm"; echo "is derived from NetBSD's"; echo ".Xr make 1 ."; echo It uses autoconf to facilitate portability to other platforms.) >> $@ .endif