changeset 17202:5b730fea4cab

maint.mk: typofix in comments
author Stefano Lattarini <stefano.lattarini@gmail.com>
date Sat, 08 Dec 2012 18:09:18 +0100
parents 34b7c5b6a266
children 60ac4a074708
files top/maint.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/top/maint.mk
+++ b/top/maint.mk
@@ -1315,7 +1315,7 @@
 announcement_mail_headers_ ?= $(announcement_mail_headers_$(release-type))
 announcement: NEWS ChangeLog $(rel-files)
 # Not $(AM_V_GEN) since the output of this command serves as
-# annoucement message: it would start with " GEN announcement".
+# announcement message: it would start with " GEN announcement".
 	$(AM_V_at)$(srcdir)/$(_build-aux)/announce-gen			\
 	    --mail-headers='$(announcement_mail_headers_)'		\
 	    --release-type=$(release-type)				\