]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* tests/lisp3.test: Fix typo.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Wed, 23 Jan 2008 06:50:28 +0000 (07:50 +0100)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Wed, 23 Jan 2008 06:50:28 +0000 (07:50 +0100)
ChangeLog
tests/lisp3.test

index 7b1f1501f19f998fff5028020363bbf9fe6f58ac..605dd9233498ba0369e634eb90280300da717841 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-01-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * tests/lisp3.test: Fix typo.
+
 2008-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * lib/am/mans.am (install-man%SECTION%): Prefer generated manpages
index 4b2e2206e5e5d1639bb44fb383c0fddf423599b1..a178504ada03ca3aaff35fcc6bea3b04618ef5f1 100755 (executable)
@@ -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