summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2012-04-28 10:40:26 +0200
committerJim Meyering <meyering@redhat.com>2012-04-28 10:54:10 +0200
commitb4653256c2210d721e603023220e6fe05277286b (patch)
treef3f241e10faed04b61864c17a52579aa25c064cb
parent5f810d0d3ae5ea8937566a4f6e62b1dd024253b8 (diff)
downloadautomake-b4653256c2210d721e603023220e6fe05277286b.tar.gz
maint: fix a comment typo
* configure.ac: Fix typo in comment: s/out/our/
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2829fd4de..bda032863 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])