[Reproducible-commits] [dpkg] 16/33: Fix repeated "the" word typos

Mattia Rizzolo mattia at debian.org
Mon Aug 1 10:25:40 UTC 2016


This is an automated email from the git hooks/post-receive script.

mattia pushed a commit to branch master
in repository dpkg.

commit 5cc45259decbb303050c8788b177cbd844990431
Author: Guillem Jover <guillem at debian.org>
Date:   Wed Jul 13 17:52:59 2016 +0200

    Fix repeated "the" word typos
    
    Prompted-by: Valentin Samir <valentin.samir at crans.org> in #830989
---
 ChangeLog.old             |  4 ++--
 debian/changelog          |  4 +++-
 lib/dpkg/ehandle.c        |  2 +-
 man/deb-changelog.5       |  2 +-
 man/dpkg-shlibdeps.1      |  2 +-
 man/po/de.po              | 10 +++++-----
 man/po/dpkg-man.pot       |  4 ++--
 man/po/es.po              |  4 ++--
 man/po/fr.po              | 10 +++++-----
 man/po/hu.po              |  4 ++--
 man/po/it.po              |  4 ++--
 man/po/ja.po              |  4 ++--
 man/po/nl.po              |  4 ++--
 man/po/pl.po              | 10 +++++-----
 man/po/pt_BR.po           |  4 ++--
 man/po/ru.po              |  4 ++--
 man/po/sv.po              | 10 +++++-----
 man/po/zh_CN.po           |  4 ++--
 scripts/Dpkg/Changelog.pm |  2 +-
 19 files changed, 47 insertions(+), 45 deletions(-)

diff --git a/ChangeLog.old b/ChangeLog.old
index 91c5f42..3c0aaae 100644
--- a/ChangeLog.old
+++ b/ChangeLog.old
@@ -152,7 +152,7 @@
 2009-02-22  Raphaël Hertzog  <hertzog at debian.org>
 
 	* scripts/update-alternatives.pl: Implement --set-selections.
-	It's the the counterpart of --get-selections, it reads
+	It's the counterpart of --get-selections, it reads
 	configuration on standard input and reconfigures alternatives
 	accordingly.
 	* man/update-alternatives.8: Document this option.
@@ -5396,7 +5396,7 @@
 2007-08-07  Guillem Jover  <guillem at debian.org>
 
 	* src/query.c (listpackages): Instead of allocating an additional
-	packages array with room for the the current amount of packages,
+	packages array with room for the current amount of packages,
 	sort the existing one, and print the packages matching the pattern,
 	which fixes segfaults when the resulting array was bigger than the
 	current amount of packages.
diff --git a/debian/changelog b/debian/changelog
index 46b2fce..49a24f7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,8 @@ dpkg (1.18.10) UNRELEASED; urgency=medium
     - Use debian/control as the SYNOPSIS in deb-src-control(5).
     - Add new deb-conffiles(5) man page.
     - Add references to deb-control(5) and deb-triggers(5) in dpkg(1).
+    - Fix typos for repeated “the” word.
+      Prompted by Valentin Samir <valentin.samir at crans.org> in #830989.
 
   [ Updated programs translations ]
   * German (Sven Joachim).
@@ -4977,7 +4979,7 @@ dpkg (1.15.0) experimental; urgency=low
   [ Raphaël Hertzog ]
   * Enhance dpkg-shlibdeps' error message when a library can't be found to
     include the ELF format of the desired library. Closes: #474671
-  * dpkg-gensymbols now refuses empty values for the the -v -P and -e
+  * dpkg-gensymbols now refuses empty values for the -v -P and -e
     parameters.
   * Update dpkg(1) to refer to conffile whenever we speak of configuration
     file handled by dpkg. Thus harmonize vocabulary with the policy. Thanks
diff --git a/lib/dpkg/ehandle.c b/lib/dpkg/ehandle.c
index 2099b07..3a063f6 100644
--- a/lib/dpkg/ehandle.c
+++ b/lib/dpkg/ehandle.c
@@ -193,7 +193,7 @@ error_context_errmsg_format(const char *fmt, va_list args)
   rc = vasprintf(&errmsg, fmt, args);
   va_end(args_copy);
 
-  /* If the the message was constructed successfully, at least we have some
+  /* If the message was constructed successfully, at least we have some
    * error message, which is better than nothing. */
   error_context_errmsg_set(econtext, errmsg);
 
diff --git a/man/deb-changelog.5 b/man/deb-changelog.5
index e75bc5f..0157ea4 100644
--- a/man/deb-changelog.5
+++ b/man/deb-changelog.5
@@ -126,7 +126,7 @@ Is the two-digit minutes (\fB00\fP-\fB59\fP).
 Is the two-digit seconds (\fB00\fP-\fB60\fP).
 .TP
 .RI [\fB+-\fP] zzzz
-Is the the time zone offset from Coordinated Universal Time (UTC).
+Is the time zone offset from Coordinated Universal Time (UTC).
 \(oq\fB+\fP\(cq indicates that the time is ahead of (i.e., east of) UTC and
 \(oq\fB\-\fP\(cq indicates that the time is behind (i.e., west of) UTC.
 The first two digits indicate the hour difference from UTC and the last
diff --git a/man/dpkg-shlibdeps.1 b/man/dpkg-shlibdeps.1
index 3465c4a..5573779 100644
--- a/man/dpkg-shlibdeps.1
+++ b/man/dpkg-shlibdeps.1
@@ -181,7 +181,7 @@ Likewise, any existing substitution variables starting with
 .IB varname-prefix :
 (rather than
 .BR shlibs: )
-are removed from the the substitution variables file.
+are removed from the substitution variables file.
 .TP
 .BR \-O [\fIfilename\fP]
 Print substitution variable settings to standard output (or \fIfilename\fP
diff --git a/man/po/de.po b/man/po/de.po
index a33767a..7163098 100644
--- a/man/po/de.po
+++ b/man/po/de.po
@@ -888,7 +888,7 @@ msgstr "[B<+->]I<zzzz>"
 #. type: Plain text
 #: deb-changelog.5
 msgid ""
-"Is the the time zone offset from Coordinated Universal Time (UTC).  \\(oqB<+>"
+"Is the time zone offset from Coordinated Universal Time (UTC).  \\(oqB<+>"
 "\\(cq indicates that the time is ahead of (i.e., east of) UTC and \\(oqB<->"
 "\\(cq indicates that the time is behind (i.e., west of) UTC.  The first two "
 "digits indicate the hour difference from UTC and the last two digits "
@@ -18024,7 +18024,7 @@ msgstr "B<-p>I<Variablennamepräfix>"
 msgid ""
 "Start substitution variables with I<varname-prefix>B<:> instead of B<shlibs:"
 ">.  Likewise, any existing substitution variables starting with I<varname-"
-"prefix>B<:> (rather than B<shlibs:>)  are removed from the the substitution "
+"prefix>B<:> (rather than B<shlibs:>)  are removed from the substitution "
 "variables file."
 msgstr ""
 "Beginn die Substitutionsvariablen mit I<Variablennamepräfix>B<:> statt mit "
@@ -25630,7 +25630,7 @@ msgstr ""
 #~ msgstr "2"
 
 #~ msgid ""
-#~ "B<dpkg-split> uses some rather out-of-date conventions for the the "
+#~ "B<dpkg-split> uses some rather out-of-date conventions for the "
 #~ "filenames of Debian packages."
 #~ msgstr ""
 #~ "B<dpkg-split> benutzt einige ziemlich veraltete Konventionen für die "
@@ -26462,7 +26462,7 @@ msgstr ""
 
 #~ msgid ""
 #~ "Specifies that the description to use after the menu entry in new or "
-#~ "updated entries be I<xxx>.  The default is to use the the value specified "
+#~ "updated entries be I<xxx>.  The default is to use the value specified "
 #~ "in the Info file itself; this is found by searching for a section of the "
 #~ "form"
 #~ msgstr ""
@@ -26522,7 +26522,7 @@ msgstr ""
 
 #~ msgid ""
 #~ "Specifies that the entry in the menu should be I<xxx>.  The default is to "
-#~ "use the the value specified in the Info file itself.  If this is not "
+#~ "use the value specified in the Info file itself.  If this is not "
 #~ "present, the basename of the Info file is used (any B<.info >is deleted, "
 #~ "and the entry is made mixed case).  See above for details of the format "
 #~ "expected for the menu entry in the Info file."
diff --git a/man/po/dpkg-man.pot b/man/po/dpkg-man.pot
index f710764..b7447c6 100644
--- a/man/po/dpkg-man.pot
+++ b/man/po/dpkg-man.pot
@@ -709,7 +709,7 @@ msgstr ""
 #. type: Plain text
 #: deb-changelog.5:1
 msgid ""
-"Is the the time zone offset from Coordinated Universal Time (UTC).  "
+"Is the time zone offset from Coordinated Universal Time (UTC).  "
 "\\(oqB<+>\\(cq indicates that the time is ahead of (i.e., east of) UTC and "
 "\\(oqB<->\\(cq indicates that the time is behind (i.e., west of) UTC.  The "
 "first two digits indicate the hour difference from UTC and the last two "
@@ -14243,7 +14243,7 @@ msgstr ""
 msgid ""
 "Start substitution variables with I<varname-prefix>B<:> instead of "
 "B<shlibs:>.  Likewise, any existing substitution variables starting with "
-"I<varname-prefix>B<:> (rather than B<shlibs:>)  are removed from the the "
+"I<varname-prefix>B<:> (rather than B<shlibs:>)  are removed from the "
 "substitution variables file."
 msgstr ""
 
diff --git a/man/po/es.po b/man/po/es.po
index 94c1c20..7518c77 100644
--- a/man/po/es.po
+++ b/man/po/es.po
@@ -823,7 +823,7 @@ msgstr ""
 #. type: Plain text
 #: deb-changelog.5
 msgid ""
-"Is the the time zone offset from Coordinated Universal Time (UTC).  \\(oqB<+>"
+"Is the time zone offset from Coordinated Universal Time (UTC).  \\(oqB<+>"
 "\\(cq indicates that the time is ahead of (i.e., east of) UTC and \\(oqB<->"
 "\\(cq indicates that the time is behind (i.e., west of) UTC.  The first two "
 "digits indicate the hour difference from UTC and the last two digits "
@@ -19248,7 +19248,7 @@ msgstr "B<-p>I<prefijo-de-variable>"
 msgid ""
 "Start substitution variables with I<varname-prefix>B<:> instead of B<shlibs:"
 ">.  Likewise, any existing substitution variables starting with I<varname-"
-"prefix>B<:> (rather than B<shlibs:>)  are removed from the the substitution "
+"prefix>B<:> (rather than B<shlibs:>)  are removed from the substitution "
 "variables file."
 msgstr ""
 "Provoca que las variables de sustitución empiecen por I<prefijo-de-"
diff --git a/man/po/fr.po b/man/po/fr.po
index e990811..7cc86fe 100644
--- a/man/po/fr.po
+++ b/man/po/fr.po
@@ -798,7 +798,7 @@ msgstr ""
 #. type: Plain text
 #: deb-changelog.5
 msgid ""
-"Is the the time zone offset from Coordinated Universal Time (UTC).  \\(oqB<+>"
+"Is the time zone offset from Coordinated Universal Time (UTC).  \\(oqB<+>"
 "\\(cq indicates that the time is ahead of (i.e., east of) UTC and \\(oqB<->"
 "\\(cq indicates that the time is behind (i.e., west of) UTC.  The first two "
 "digits indicate the hour difference from UTC and the last two digits "
@@ -19087,7 +19087,7 @@ msgstr "B<-p>I<préfixe-pour-le-nom-des-variables>"
 msgid ""
 "Start substitution variables with I<varname-prefix>B<:> instead of B<shlibs:"
 ">.  Likewise, any existing substitution variables starting with I<varname-"
-"prefix>B<:> (rather than B<shlibs:>)  are removed from the the substitution "
+"prefix>B<:> (rather than B<shlibs:>)  are removed from the substitution "
 "variables file."
 msgstr ""
 "Fait commencer les variables de substitution par I<préfixe-pour-le-nom-des-"
@@ -27353,7 +27353,7 @@ msgstr "B<ln>(1), FHS, le standard pour l'organisation du système de fichiers."
 #~ msgstr "26-06-2009"
 
 #~ msgid ""
-#~ "B<dpkg-split> uses some rather out-of-date conventions for the the "
+#~ "B<dpkg-split> uses some rather out-of-date conventions for the "
 #~ "filenames of Debian packages."
 #~ msgstr ""
 #~ "B<dpkg-split> utilise des conventions plutôt périmées pour les noms des "
@@ -27976,7 +27976,7 @@ msgstr "B<ln>(1), FHS, le standard pour l'organisation du système de fichiers."
 
 #~ msgid ""
 #~ "Specifies that the description to use after the menu entry in new or "
-#~ "updated entries be I<xxx>.  The default is to use the the value specified "
+#~ "updated entries be I<xxx>.  The default is to use the value specified "
 #~ "in the Info file itself; this is found by searching for a section of the "
 #~ "form"
 #~ msgstr ""
@@ -28035,7 +28035,7 @@ msgstr "B<ln>(1), FHS, le standard pour l'organisation du système de fichiers."
 
 #~ msgid ""
 #~ "Specifies that the entry in the menu should be I<xxx>.  The default is to "
-#~ "use the the value specified in the Info file itself.  If this is not "
+#~ "use the value specified in the Info file itself.  If this is not "
 #~ "present, the basename of the Info file is used (any B<.info >is deleted, "
 #~ "and the entry is made mixed case).  See above for details of the format "
 #~ "expected for the menu entry in the Info file."
diff --git a/man/po/hu.po b/man/po/hu.po
index a73a04e..f8a7432 100644
--- a/man/po/hu.po
+++ b/man/po/hu.po
@@ -707,7 +707,7 @@ msgstr ""
 #. type: Plain text
 #: deb-changelog.5
 msgid ""
-"Is the the time zone offset from Coordinated Universal Time (UTC).  \\(oqB<+>"
+"Is the time zone offset from Coordinated Universal Time (UTC).  \\(oqB<+>"
 "\\(cq indicates that the time is ahead of (i.e., east of) UTC and \\(oqB<->"
 "\\(cq indicates that the time is behind (i.e., west of) UTC.  The first two "
 "digits indicate the hour difference from UTC and the last two digits "
@@ -14819,7 +14819,7 @@ msgstr ""
 msgid ""
 "Start substitution variables with I<varname-prefix>B<:> instead of B<shlibs:"
 ">.  Likewise, any existing substitution variables starting with I<varname-"
-"prefix>B<:> (rather than B<shlibs:>)  are removed from the the substitution "
+"prefix>B<:> (rather than B<shlibs:>)  are removed from the substitution "
 "variables file."
 msgstr ""
 
diff --git a/man/po/it.po b/man/po/it.po
index 4fc259d..119e3de 100644
--- a/man/po/it.po
+++ b/man/po/it.po
@@ -796,7 +796,7 @@ msgstr ""
 #. type: Plain text
 #: deb-changelog.5
 msgid ""
-"Is the the time zone offset from Coordinated Universal Time (UTC).  \\(oqB<+>"
+"Is the time zone offset from Coordinated Universal Time (UTC).  \\(oqB<+>"
 "\\(cq indicates that the time is ahead of (i.e., east of) UTC and \\(oqB<->"
 "\\(cq indicates that the time is behind (i.e., west of) UTC.  The first two "
 "digits indicate the hour difference from UTC and the last two digits "
@@ -18119,7 +18119,7 @@ msgstr ""
 msgid ""
 "Start substitution variables with I<varname-prefix>B<:> instead of B<shlibs:"
 ">.  Likewise, any existing substitution variables starting with I<varname-"
-"prefix>B<:> (rather than B<shlibs:>)  are removed from the the substitution "
+"prefix>B<:> (rather than B<shlibs:>)  are removed from the substitution "
 "variables file."
 msgstr ""
 
diff --git a/man/po/ja.po b/man/po/ja.po
index 27484f9..4a03126 100644
--- a/man/po/ja.po
+++ b/man/po/ja.po
@@ -785,7 +785,7 @@ msgstr ""
 #. type: Plain text
 #: deb-changelog.5
 msgid ""
-"Is the the time zone offset from Coordinated Universal Time (UTC).  \\(oqB<+>"
+"Is the time zone offset from Coordinated Universal Time (UTC).  \\(oqB<+>"
 "\\(cq indicates that the time is ahead of (i.e., east of) UTC and \\(oqB<->"
 "\\(cq indicates that the time is behind (i.e., west of) UTC.  The first two "
 "digits indicate the hour difference from UTC and the last two digits "
@@ -18811,7 +18811,7 @@ msgstr "B<-p>I<varname-prefix>"
 msgid ""
 "Start substitution variables with I<varname-prefix>B<:> instead of B<shlibs:"
 ">.  Likewise, any existing substitution variables starting with I<varname-"
-"prefix>B<:> (rather than B<shlibs:>)  are removed from the the substitution "
+"prefix>B<:> (rather than B<shlibs:>)  are removed from the substitution "
 "variables file."
 msgstr ""
 "変数名を B<shlibs:> から始まる代わりに I<varname-prefix>B<:> から始める。同様"
diff --git a/man/po/nl.po b/man/po/nl.po
index 16c5356..c2229d8 100644
--- a/man/po/nl.po
+++ b/man/po/nl.po
@@ -779,7 +779,7 @@ msgstr ""
 #. type: Plain text
 #: deb-changelog.5
 msgid ""
-"Is the the time zone offset from Coordinated Universal Time (UTC).  \\(oqB<+>"
+"Is the time zone offset from Coordinated Universal Time (UTC).  \\(oqB<+>"
 "\\(cq indicates that the time is ahead of (i.e., east of) UTC and \\(oqB<->"
 "\\(cq indicates that the time is behind (i.e., west of) UTC.  The first two "
 "digits indicate the hour difference from UTC and the last two digits "
@@ -18369,7 +18369,7 @@ msgstr "B<-p>I<variabelenaamprefix>"
 msgid ""
 "Start substitution variables with I<varname-prefix>B<:> instead of B<shlibs:"
 ">.  Likewise, any existing substitution variables starting with I<varname-"
-"prefix>B<:> (rather than B<shlibs:>)  are removed from the the substitution "
+"prefix>B<:> (rather than B<shlibs:>)  are removed from the substitution "
 "variables file."
 msgstr ""
 "Begin substitutievariabelen met I<variabelenaamprefix>B<:> in plaats van met "
diff --git a/man/po/pl.po b/man/po/pl.po
index c170723..03804ea 100644
--- a/man/po/pl.po
+++ b/man/po/pl.po
@@ -796,7 +796,7 @@ msgstr ""
 #. type: Plain text
 #: deb-changelog.5
 msgid ""
-"Is the the time zone offset from Coordinated Universal Time (UTC).  \\(oqB<+>"
+"Is the time zone offset from Coordinated Universal Time (UTC).  \\(oqB<+>"
 "\\(cq indicates that the time is ahead of (i.e., east of) UTC and \\(oqB<->"
 "\\(cq indicates that the time is behind (i.e., west of) UTC.  The first two "
 "digits indicate the hour difference from UTC and the last two digits "
@@ -19214,7 +19214,7 @@ msgstr "B<-p>I<prefiks-nazw-zmiennych>"
 msgid ""
 "Start substitution variables with I<varname-prefix>B<:> instead of B<shlibs:"
 ">.  Likewise, any existing substitution variables starting with I<varname-"
-"prefix>B<:> (rather than B<shlibs:>)  are removed from the the substitution "
+"prefix>B<:> (rather than B<shlibs:>)  are removed from the substitution "
 "variables file."
 msgstr ""
 "Rozpoczynanie nazw zmiennych podstawiania od I<prefiks-nazw-zmiennych>B<:> "
@@ -27645,7 +27645,7 @@ msgstr "B<ln>(1), FHS - standard hierarchii systemu plików."
 
 #
 #~ msgid ""
-#~ "B<dpkg-split> uses some rather out-of-date conventions for the the "
+#~ "B<dpkg-split> uses some rather out-of-date conventions for the "
 #~ "filenames of Debian packages."
 #~ msgstr "B<dpkg-split> używa raczej starej konwencji nazw plików pakietów."
 
@@ -28270,7 +28270,7 @@ msgstr "B<ln>(1), FHS - standard hierarchii systemu plików."
 
 #~ msgid ""
 #~ "Specifies that the description to use after the menu entry in new or "
-#~ "updated entries be I<xxx>.  The default is to use the the value specified "
+#~ "updated entries be I<xxx>.  The default is to use the value specified "
 #~ "in the Info file itself; this is found by searching for a section of the "
 #~ "form"
 #~ msgstr ""
@@ -28328,7 +28328,7 @@ msgstr "B<ln>(1), FHS - standard hierarchii systemu plików."
 
 #~ msgid ""
 #~ "Specifies that the entry in the menu should be I<xxx>.  The default is to "
-#~ "use the the value specified in the Info file itself.  If this is not "
+#~ "use the value specified in the Info file itself.  If this is not "
 #~ "present, the basename of the Info file is used (any B<.info >is deleted, "
 #~ "and the entry is made mixed case).  See above for details of the format "
 #~ "expected for the menu entry in the Info file."
diff --git a/man/po/pt_BR.po b/man/po/pt_BR.po
index c31ace0..f663c62 100644
--- a/man/po/pt_BR.po
+++ b/man/po/pt_BR.po
@@ -701,7 +701,7 @@ msgstr ""
 #. type: Plain text
 #: deb-changelog.5
 msgid ""
-"Is the the time zone offset from Coordinated Universal Time (UTC).  \\(oqB<+>"
+"Is the time zone offset from Coordinated Universal Time (UTC).  \\(oqB<+>"
 "\\(cq indicates that the time is ahead of (i.e., east of) UTC and \\(oqB<->"
 "\\(cq indicates that the time is behind (i.e., west of) UTC.  The first two "
 "digits indicate the hour difference from UTC and the last two digits "
@@ -14695,7 +14695,7 @@ msgstr "B<--log=>I<filename>"
 msgid ""
 "Start substitution variables with I<varname-prefix>B<:> instead of B<shlibs:"
 ">.  Likewise, any existing substitution variables starting with I<varname-"
-"prefix>B<:> (rather than B<shlibs:>)  are removed from the the substitution "
+"prefix>B<:> (rather than B<shlibs:>)  are removed from the substitution "
 "variables file."
 msgstr ""
 
diff --git a/man/po/ru.po b/man/po/ru.po
index 69931f9..f6653cc 100644
--- a/man/po/ru.po
+++ b/man/po/ru.po
@@ -712,7 +712,7 @@ msgstr ""
 #. type: Plain text
 #: deb-changelog.5
 msgid ""
-"Is the the time zone offset from Coordinated Universal Time (UTC).  \\(oqB<+>"
+"Is the time zone offset from Coordinated Universal Time (UTC).  \\(oqB<+>"
 "\\(cq indicates that the time is ahead of (i.e., east of) UTC and \\(oqB<->"
 "\\(cq indicates that the time is behind (i.e., west of) UTC.  The first two "
 "digits indicate the hour difference from UTC and the last two digits "
@@ -15138,7 +15138,7 @@ msgstr "B<--log=>I<имя файла>"
 msgid ""
 "Start substitution variables with I<varname-prefix>B<:> instead of B<shlibs:"
 ">.  Likewise, any existing substitution variables starting with I<varname-"
-"prefix>B<:> (rather than B<shlibs:>)  are removed from the the substitution "
+"prefix>B<:> (rather than B<shlibs:>)  are removed from the substitution "
 "variables file."
 msgstr ""
 
diff --git a/man/po/sv.po b/man/po/sv.po
index bd7f9ee..1a89ddf 100644
--- a/man/po/sv.po
+++ b/man/po/sv.po
@@ -784,7 +784,7 @@ msgstr ""
 #. type: Plain text
 #: deb-changelog.5
 msgid ""
-"Is the the time zone offset from Coordinated Universal Time (UTC).  \\(oqB<+>"
+"Is the time zone offset from Coordinated Universal Time (UTC).  \\(oqB<+>"
 "\\(cq indicates that the time is ahead of (i.e., east of) UTC and \\(oqB<->"
 "\\(cq indicates that the time is behind (i.e., west of) UTC.  The first two "
 "digits indicate the hour difference from UTC and the last two digits "
@@ -18639,7 +18639,7 @@ msgstr "B<-p>I<variabelnamnsprefix>"
 msgid ""
 "Start substitution variables with I<varname-prefix>B<:> instead of B<shlibs:"
 ">.  Likewise, any existing substitution variables starting with I<varname-"
-"prefix>B<:> (rather than B<shlibs:>)  are removed from the the substitution "
+"prefix>B<:> (rather than B<shlibs:>)  are removed from the substitution "
 "variables file."
 msgstr ""
 "Inled substitueringsvariabler med I<variabelnamnsprefix>B<:> i stället för "
@@ -26691,7 +26691,7 @@ msgstr "B<ln>(1), FHS, Filesystem Hierarchy Standard."
 #~ msgstr "2009-06-26"
 
 #~ msgid ""
-#~ "B<dpkg-split> uses some rather out-of-date conventions for the the "
+#~ "B<dpkg-split> uses some rather out-of-date conventions for the "
 #~ "filenames of Debian packages."
 #~ msgstr ""
 #~ "B<dpkg-split> använder några ganska gamla konventioner för filnamn på "
@@ -27299,7 +27299,7 @@ msgstr "B<ln>(1), FHS, Filesystem Hierarchy Standard."
 
 #~ msgid ""
 #~ "Specifies that the description to use after the menu entry in new or "
-#~ "updated entries be I<xxx>.  The default is to use the the value specified "
+#~ "updated entries be I<xxx>.  The default is to use the value specified "
 #~ "in the Info file itself; this is found by searching for a section of the "
 #~ "form"
 #~ msgstr ""
@@ -27357,7 +27357,7 @@ msgstr "B<ln>(1), FHS, Filesystem Hierarchy Standard."
 
 #~ msgid ""
 #~ "Specifies that the entry in the menu should be I<xxx>.  The default is to "
-#~ "use the the value specified in the Info file itself.  If this is not "
+#~ "use the value specified in the Info file itself.  If this is not "
 #~ "present, the basename of the Info file is used (any B<.info >is deleted, "
 #~ "and the entry is made mixed case).  See above for details of the format "
 #~ "expected for the menu entry in the Info file."
diff --git a/man/po/zh_CN.po b/man/po/zh_CN.po
index 00bb53d..c46222d 100644
--- a/man/po/zh_CN.po
+++ b/man/po/zh_CN.po
@@ -728,7 +728,7 @@ msgstr ""
 #. type: Plain text
 #: deb-changelog.5
 msgid ""
-"Is the the time zone offset from Coordinated Universal Time (UTC).  \\(oqB<+>"
+"Is the time zone offset from Coordinated Universal Time (UTC).  \\(oqB<+>"
 "\\(cq indicates that the time is ahead of (i.e., east of) UTC and \\(oqB<->"
 "\\(cq indicates that the time is behind (i.e., west of) UTC.  The first two "
 "digits indicate the hour difference from UTC and the last two digits "
@@ -14662,7 +14662,7 @@ msgstr ""
 msgid ""
 "Start substitution variables with I<varname-prefix>B<:> instead of B<shlibs:"
 ">.  Likewise, any existing substitution variables starting with I<varname-"
-"prefix>B<:> (rather than B<shlibs:>)  are removed from the the substitution "
+"prefix>B<:> (rather than B<shlibs:>)  are removed from the substitution "
 "variables file."
 msgstr ""
 
diff --git a/scripts/Dpkg/Changelog.pm b/scripts/Dpkg/Changelog.pm
index 3beb31a..0424db6 100644
--- a/scripts/Dpkg/Changelog.pm
+++ b/scripts/Dpkg/Changelog.pm
@@ -625,7 +625,7 @@ bugs closed by the (selected) entry/entries, sorted by bug number
 
 =item Changes
 
-content of the the (selected) entry/entries
+content of the (selected) entry/entries
 
 =back
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/dpkg.git



More information about the Reproducible-commits mailing list