]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix typo in comment.
authorBruno Haible <bruno@clisp.org>
Mon, 17 Jan 2005 11:32:57 +0000 (11:32 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:12:05 +0000 (12:12 +0200)
gettext-tools/examples/hello-librep/configure.ac

index 0a762255c622812e26b56721577849e1c61d7c82..0ac1e9aa458f30a2037cf498c12618a881837ad5 100644 (file)
@@ -1,5 +1,5 @@
 dnl Example for use of GNU gettext.
-dnl Copyright (C) 2003 Free Software Foundation, Inc.
+dnl Copyright (C) 2003-2004 Free Software Foundation, Inc.
 dnl This file is in the public domain.
 dnl
 dnl Configuration file - processed by autoconf.
@@ -8,7 +8,7 @@ AC_INIT
 AC_CONFIG_SRCDIR(hello.jl.in)
 AM_INIT_AUTOMAKE(hello-librep, 0)
 
-dnl Check for availability of the Tcl interpreter.
+dnl Check for availability of the librep interpreter.
 AC_PATH_PROG(REP, rep)
 if test -z "$REP"; then
   echo "*** Essential program rep not found" 1>&2