diff options
author | Yuri Chornoivan <yurchor@ukr.net> | 2017-02-20 22:19:50 +0100 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2017-02-21 19:11:46 +0100 |
commit | 24cf0606b43038c7ce5e9c6ccb921895619c04f0 (patch) | |
tree | 4888dfeb4ed52052e71158b948499b12b4b04ec9 /m4/lcmessage.m4 | |
parent | dirmngr: Add special treatment for the standard hkps pool to ntbtls. (diff) | |
download | gnupg2-24cf0606b43038c7ce5e9c6ccb921895619c04f0.tar.xz gnupg2-24cf0606b43038c7ce5e9c6ccb921895619c04f0.zip |
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 <dkg@fifthhorseman.net>
Diffstat (limited to 'm4/lcmessage.m4')
-rw-r--r-- | m4/lcmessage.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
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: |