From: Bruno Haible Date: Mon, 17 Jan 2005 11:32:57 +0000 (+0000) Subject: Fix typo in comment. X-Git-Tag: v0.14.2~128 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1a827b8be7a0ed45f50ec90f5bcc2a65727650f;p=thirdparty%2Fgettext.git Fix typo in comment. --- diff --git a/gettext-tools/examples/hello-librep/configure.ac b/gettext-tools/examples/hello-librep/configure.ac index 0a762255c..0ac1e9aa4 100644 --- a/gettext-tools/examples/hello-librep/configure.ac +++ b/gettext-tools/examples/hello-librep/configure.ac @@ -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