1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
|
From: intrigeri <intrigeri@debian.org>
Date: Mon, 29 Oct 2018 20:16:48 +0000
Subject: Fix typo in POD.
---
lib/Parse/DebianChangelog/Entry.pm | 2 +-
po/doc.da.po | 2 +-
po/doc.de.po | 2 +-
po/doc.pot | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/lib/Parse/DebianChangelog/Entry.pm b/lib/Parse/DebianChangelog/Entry.pm
index b5e5fa6..b38d57e 100644
--- a/lib/Parse/DebianChangelog/Entry.pm
+++ b/lib/Parse/DebianChangelog/Entry.pm
@@ -40,7 +40,7 @@ Alias for init.
Checks if the object is actually initialized with data. Due to limitations
in Parse::DebianChangelog this currently simply checks if one of the
-fields Source, Version, Maintainer, Date, or Changes is initalized.
+fields Source, Version, Maintainer, Date, or Changes is initialized.
=head2 Accessors
diff --git a/po/doc.da.po b/po/doc.da.po
index 6bc3d7b..4930fec 100644
--- a/po/doc.da.po
+++ b/po/doc.da.po
@@ -1032,7 +1032,7 @@ msgstr ""
msgid ""
"Checks if the object is actually initialized with data. Due to limitations "
"in Parse::DebianChangelog this currently simply checks if one of the fields "
-"Source, Version, Maintainer, Date, or Changes is initalized."
+"Source, Version, Maintainer, Date, or Changes is initialized."
msgstr ""
# type: =head2
diff --git a/po/doc.de.po b/po/doc.de.po
index c84424f..11e7cd9 100644
--- a/po/doc.de.po
+++ b/po/doc.de.po
@@ -1049,7 +1049,7 @@ msgstr "is_empty"
msgid ""
"Checks if the object is actually initialized with data. Due to limitations "
"in Parse::DebianChangelog this currently simply checks if one of the fields "
-"Source, Version, Maintainer, Date, or Changes is initalized."
+"Source, Version, Maintainer, Date, or Changes is initialized."
msgstr ""
# type: =head2
diff --git a/po/doc.pot b/po/doc.pot
index 6b7fa8a..d56ab8f 100644
--- a/po/doc.pot
+++ b/po/doc.pot
@@ -1031,7 +1031,7 @@ msgstr ""
msgid ""
"Checks if the object is actually initialized with data. Due to limitations "
"in Parse::DebianChangelog this currently simply checks if one of the fields "
-"Source, Version, Maintainer, Date, or Changes is initalized."
+"Source, Version, Maintainer, Date, or Changes is initialized."
msgstr ""
# type: =head2
|