From: Jim Meyering Date: Sat, 28 Apr 2012 08:40:26 +0000 (+0200) Subject: maint: fix a comment typo X-Git-Tag: v1.12.0b~42 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b4653256c2210d721e603023220e6fe05277286b;p=platform%2Fupstream%2Fautomake.git maint: fix a comment typo * configure.ac: Fix typo in comment: s/out/our/ --- diff --git a/configure.ac b/configure.ac index 2829fd4..bda0328 100644 --- a/configure.ac +++ b/configure.ac @@ -43,7 +43,7 @@ AM_INIT_AUTOMAKE([dist-xz filename-length-max=99 color-tests parallel-tests silent-rules no-define no-dependencies]) ## Keep this on a line of its own, since it must be found and processed -## by the 'update-copyright' rule in out Makefile. +## by the 'update-copyright' rule in our Makefile. RELEASE_YEAR=2012 AC_SUBST([RELEASE_YEAR])