From 24cf0606b43038c7ce5e9c6ccb921895619c04f0 Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Mon, 20 Feb 2017 16:19:50 -0500 Subject: Clean up word replication. -- This fixes extra word repetitions (like "the the" or "is is") in the code and docs. Signed-off-by: Daniel Kahn Gillmor --- m4/lcmessage.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'm4/lcmessage.m4') diff --git a/m4/lcmessage.m4 b/m4/lcmessage.m4 index 19aa77e4f..eef389d53 100644 --- a/m4/lcmessage.m4 +++ b/m4/lcmessage.m4 @@ -4,13 +4,13 @@ dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl -dnl This file can can be used in projects which are not available under +dnl This file can be used in projects which are not available under dnl the GNU General Public License or the GNU Library General Public dnl License but which still want to provide support for the GNU gettext dnl functionality. dnl Please note that the actual code of the GNU gettext library is covered dnl by the GNU Library General Public License, and the rest of the GNU -dnl gettext package package is covered by the GNU General Public License. +dnl gettext package is covered by the GNU General Public License. dnl They are *not* in the public domain. dnl Authors: -- cgit v1.2.3