From: Ralf Wildenhues Date: Wed, 23 Jan 2008 06:50:28 +0000 (+0100) Subject: * tests/lisp3.test: Fix typo. X-Git-Tag: v1.10b~171 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da88206c11a92043d825e9f24731619ba11bc507;p=thirdparty%2Fautomake.git * tests/lisp3.test: Fix typo. --- diff --git a/ChangeLog b/ChangeLog index 7b1f1501f..605dd9233 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-01-23 Ralf Wildenhues + + * tests/lisp3.test: Fix typo. + 2008-01-22 Ralf Wildenhues * lib/am/mans.am (install-man%SECTION%): Prefer generated manpages diff --git a/tests/lisp3.test b/tests/lisp3.test index 4b2e2206e..a178504ad 100755 --- a/tests/lisp3.test +++ b/tests/lisp3.test @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 2003, 2008 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -36,7 +36,7 @@ EOF echo "(require 'am-two)" > am-one.el echo "(require 'am-three) (provide 'am-two)" > am-two.el -# am-tree.el is a built source +# am-three.el is a built source $ACLOCAL