Package: debhelper
Severity: minor
Tags: patch

Hi,

 Just fix typo in pod file (unncessary -> unnecessary).


-- 
Regards,

 Hideki Yamane     henrich @ debian.or.jp/org
>From ce47eeb3078f742bd739c00e607d6d7020fd5c5f Mon Sep 17 00:00:00 2001
From: Hideki Yamane <henr...@debian.org>
Date: Sun, 17 Dec 2017 14:41:25 +0900
Subject: [PATCH 2/2] typo fix

also fix po files
---
 man/po4a/po/de.po         | 2 +-
 man/po4a/po/debhelper.pot | 2 +-
 man/po4a/po/es.po         | 2 +-
 man/po4a/po/fr.po         | 2 +-
 man/po4a/po/ja.po         | 4 ++--
 man/po4a/po/pt.po         | 2 +-
 6 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/man/po4a/po/de.po b/man/po4a/po/de.po
index a58c7316..363af420 100644
--- a/man/po4a/po/de.po
+++ b/man/po4a/po/de.po
@@ -697,7 +697,7 @@ msgstr ""
 #: debhelper.pod:252
 msgid ""
 "As an optimization, B<dh> will try to avoid passing these options to "
-"subprocesses, if they are unncessary and the only options passed.  Notably "
+"subprocesses, if they are unnecessary and the only options passed.  Notably "
 "this happens when B<DEB_BUILD_OPTIONS> does not have a I<parallel> parameter "
 "(or its value is 1)."
 msgstr ""
diff --git a/man/po4a/po/debhelper.pot b/man/po4a/po/debhelper.pot
index b176566b..d0869397 100644
--- a/man/po4a/po/debhelper.pot
+++ b/man/po4a/po/debhelper.pot
@@ -501,7 +501,7 @@ msgstr ""
 #: debhelper.pod:252
 msgid ""
 "As an optimization, B<dh> will try to avoid passing these options to "
-"subprocesses, if they are unncessary and the only options passed.  Notably "
+"subprocesses, if they are unnecessary and the only options passed.  Notably "
 "this happens when B<DEB_BUILD_OPTIONS> does not have a I<parallel> parameter "
 "(or its value is 1)."
 msgstr ""
diff --git a/man/po4a/po/es.po b/man/po4a/po/es.po
index 8c471011..a537d26e 100644
--- a/man/po4a/po/es.po
+++ b/man/po4a/po/es.po
@@ -792,7 +792,7 @@ msgstr ""
 #: debhelper.pod:252
 msgid ""
 "As an optimization, B<dh> will try to avoid passing these options to "
-"subprocesses, if they are unncessary and the only options passed.  Notably "
+"subprocesses, if they are unnecessary and the only options passed.  Notably "
 "this happens when B<DEB_BUILD_OPTIONS> does not have a I<parallel> parameter "
 "(or its value is 1)."
 msgstr ""
diff --git a/man/po4a/po/fr.po b/man/po4a/po/fr.po
index fb9604c4..b06ffd74 100644
--- a/man/po4a/po/fr.po
+++ b/man/po4a/po/fr.po
@@ -752,7 +752,7 @@ msgstr ""
 #: debhelper.pod:252
 msgid ""
 "As an optimization, B<dh> will try to avoid passing these options to "
-"subprocesses, if they are unncessary and the only options passed.  Notably "
+"subprocesses, if they are unnecessary and the only options passed.  Notably "
 "this happens when B<DEB_BUILD_OPTIONS> does not have a I<parallel> parameter "
 "(or its value is 1)."
 msgstr ""
diff --git a/man/po4a/po/ja.po b/man/po4a/po/ja.po
index fa1d08b6..93ea7599 100644
--- a/man/po4a/po/ja.po
+++ b/man/po4a/po/ja.po
@@ -674,12 +674,12 @@ msgstr ""
 "10 (以降) の場合は B<--parallel> をデフォルトに、そうでない場合は B<--no-"
 "parallel> が指定されます。"
 
-# FIXME: typo: unncessary
+# FIXME: typo: unnecessary
 #. type: textblock
 #: debhelper.pod:252
 msgid ""
 "As an optimization, B<dh> will try to avoid passing these options to "
-"subprocesses, if they are unncessary and the only options passed.  Notably "
+"subprocesses, if they are unnecessary and the only options passed.  Notably "
 "this happens when B<DEB_BUILD_OPTIONS> does not have a I<parallel> parameter "
 "(or its value is 1)."
 msgstr ""
diff --git a/man/po4a/po/pt.po b/man/po4a/po/pt.po
index fc58cd99..53708bea 100644
--- a/man/po4a/po/pt.po
+++ b/man/po4a/po/pt.po
@@ -691,7 +691,7 @@ msgstr ""
 #: debhelper.pod:252
 msgid ""
 "As an optimization, B<dh> will try to avoid passing these options to "
-"subprocesses, if they are unncessary and the only options passed.  Notably "
+"subprocesses, if they are unnecessary and the only options passed.  Notably "
 "this happens when B<DEB_BUILD_OPTIONS> does not have a I<parallel> parameter "
 "(or its value is 1)."
 msgstr ""
-- 
2.15.1

>From 2980bbe7e90dec0ea6825b441be33f176d0ffa96 Mon Sep 17 00:00:00 2001
From: Hideki Yamane <henr...@debian.org>
Date: Sun, 17 Dec 2017 14:39:45 +0900
Subject: [PATCH 1/2] fix typo

unncessary -> unn"e"cessary
---
 debhelper.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debhelper.pod b/debhelper.pod
index 0e45a4d2..dd73c3f9 100644
--- a/debhelper.pod
+++ b/debhelper.pod
@@ -250,7 +250,7 @@ If neither option is specified, debhelper currently defaults to
 B<--parallel> in compat 10 (or later) and B<--no-parallel> otherwise.
 
 As an optimization, B<dh> will try to avoid passing these options to
-subprocesses, if they are unncessary and the only options passed.
+subprocesses, if they are unnecessary and the only options passed.
 Notably this happens when B<DEB_BUILD_OPTIONS> does not have a
 I<parallel> parameter (or its value is 1).
 
-- 
2.15.1

Reply via email to