summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVáclav Zeman <vhaisman@gmail.com>2013-10-28 21:28:05 +0000
committerStefano Lattarini <stefano.lattarini@gmail.com>2013-10-28 21:31:27 +0000
commit8c554e1ffea9ca414ac3e0c09437ef91a8edcfc1 (patch)
tree86a616aa47e468ef6fa87e5b72fc134b996fae45
parent1a24c5400c68c6cf3959c8ec5134ca79d0daad43 (diff)
downloadautomake-8c554e1ffea9ca414ac3e0c09437ef91a8edcfc1.tar.gz
cosmetics: typofix in the 'missing' script
* lib/missing: Here, in a message printed to the user. * THANKS: Update. Copyright-paperwork-exempt: yes Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
-rw-r--r--THANKS1
-rwxr-xr-xlib/missing4
2 files changed, 3 insertions, 2 deletions
diff --git a/THANKS b/THANKS
index 1482da21f..a229781c2 100644
--- a/THANKS
+++ b/THANKS
@@ -405,6 +405,7 @@ Tom Rini tom_rini@mentor.com
Ulrich Drepper drepper@gnu.ai.mit.edu
Ulrich Eckhardt eckhardt@satorlaser.com
Václav Haisman V.Haisman@sh.cvut.cz
+Václav Zeman vhaisman@gmail.com
Vadim Zeitlin Vadim.zeitlin@dptmaths.ens-cachan.fr
Vasyl Khalak basiliomail@gmail.com
Vincent Lefevre vincent@vinc17.org
diff --git a/lib/missing b/lib/missing
index cdea51493..db98974ff 100755
--- a/lib/missing
+++ b/lib/missing
@@ -1,7 +1,7 @@
#! /bin/sh
# Common wrapper for a few potentially missing GNU programs.
-scriptversion=2012-06-26.16; # UTC
+scriptversion=2013-10-28.13; # UTC
# Copyright (C) 1996-2013 Free Software Foundation, Inc.
# Originally written by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996.
@@ -160,7 +160,7 @@ give_advice ()
;;
autom4te*)
echo "You might have modified some maintainer files that require"
- echo "the 'automa4te' program to be rebuilt."
+ echo "the 'autom4te' program to be rebuilt."
program_details 'autom4te'
;;
bison*|yacc*)