[Reproducible-commits] [dpkg] 13/74: scripts: Fix typos in POD
Mattia Rizzolo
mattia at debian.org
Sun Jul 3 22:22:52 UTC 2016
This is an automated email from the git hooks/post-receive script.
mattia pushed a commit to annotated tag 1.18.8
in repository dpkg.
commit b2ce10a6200a933ad244c3f1a9bd605b41800ad0
Author: Guillem Jover <guillem at debian.org>
Date: Wed May 18 01:12:02 2016 +0200
scripts: Fix typos in POD
---
scripts/Dpkg/Arch.pm | 2 +-
scripts/Dpkg/BuildOptions.pm | 2 +-
scripts/Dpkg/Control/FieldsCore.pm | 2 +-
scripts/Dpkg/Deps.pm | 2 +-
scripts/Dpkg/Index.pm | 2 +-
scripts/Dpkg/Vendor/Debian.pm | 4 ++--
scripts/Dpkg/Vendor/Default.pm | 6 +++---
scripts/Dpkg/Vendor/Ubuntu.pm | 4 ++--
scripts/Dpkg/Version.pm | 2 +-
9 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/scripts/Dpkg/Arch.pm b/scripts/Dpkg/Arch.pm
index 553054f..969d2e8 100644
--- a/scripts/Dpkg/Arch.pm
+++ b/scripts/Dpkg/Arch.pm
@@ -491,7 +491,7 @@ sub debarch_eq($$)
=item $bool = debarch_is($arch, $arch_wildcard)
-Evaluate the identity of a Debian architecture, by matchings with an
+Evaluate the identity of a Debian architecture, by matching with an
architecture wildcard.
=cut
diff --git a/scripts/Dpkg/BuildOptions.pm b/scripts/Dpkg/BuildOptions.pm
index 92b0bb7..f1f5db5 100644
--- a/scripts/Dpkg/BuildOptions.pm
+++ b/scripts/Dpkg/BuildOptions.pm
@@ -158,7 +158,7 @@ sub has {
=item $string = $bo->output($fh)
Return a string representation of the build options suitable to be
-assigned to an environment variable. Can optionnaly output that string to
+assigned to an environment variable. Can optionally output that string to
the given filehandle.
=cut
diff --git a/scripts/Dpkg/Control/FieldsCore.pm b/scripts/Dpkg/Control/FieldsCore.pm
index 3af6fa7..85729a0 100644
--- a/scripts/Dpkg/Control/FieldsCore.pm
+++ b/scripts/Dpkg/Control/FieldsCore.pm
@@ -537,7 +537,7 @@ $from Dpkg::Control object to the $to Dpkg::Control object.
Official fields are copied only if the field is allowed in both types of
objects. Custom fields are treated in a specific manner. When the target
is not among CTRL_PKG_SRC, CTRL_PKG_DEB or CTRL_FILE_CHANGES, then they
-are alway copied as is (the X- prefix is kept). Otherwise they are not
+are always copied as is (the X- prefix is kept). Otherwise they are not
copied except if the target object matches the target destination encoded
in the field name. The initial X denoting custom fields can be followed by
one or more letters among "S" (Source: corresponds to CTRL_PKG_SRC), "B"
diff --git a/scripts/Dpkg/Deps.pm b/scripts/Dpkg/Deps.pm
index cdd2587..0238fd4 100644
--- a/scripts/Dpkg/Deps.pm
+++ b/scripts/Dpkg/Deps.pm
@@ -1273,7 +1273,7 @@ Those methods are not meaningful for this object and always return undef.
=item $union->simplify_deps($facts)
-The simplication is done to generate an union of all the relationships.
+The simplification is done to generate an union of all the relationships.
It uses $simple_dep->merge_union($other_dep) to get its job done.
=back
diff --git a/scripts/Dpkg/Index.pm b/scripts/Dpkg/Index.pm
index dacaeba..6456209 100644
--- a/scripts/Dpkg/Index.pm
+++ b/scripts/Dpkg/Index.pm
@@ -328,7 +328,7 @@ sub sort {
Get a string representation of the index. The Dpkg::Control objects are
output in the order which they have been read or added except if the order
-hae been changed with sort().
+have been changed with sort().
=item $index->output($fh)
diff --git a/scripts/Dpkg/Vendor/Debian.pm b/scripts/Dpkg/Vendor/Debian.pm
index 8e9cee0..207486d 100644
--- a/scripts/Dpkg/Vendor/Debian.pm
+++ b/scripts/Dpkg/Vendor/Debian.pm
@@ -41,8 +41,8 @@ Dpkg::Vendor::Debian - Debian vendor object
=head1 DESCRIPTION
-This vendor object customize the behaviour of dpkg scripts
-for Debian specific actions.
+This vendor object customizes the behaviour of dpkg scripts for Debian
+specific behavior and policies.
=cut
diff --git a/scripts/Dpkg/Vendor/Default.pm b/scripts/Dpkg/Vendor/Default.pm
index 3685001..e2d91bd 100644
--- a/scripts/Dpkg/Vendor/Default.pm
+++ b/scripts/Dpkg/Vendor/Default.pm
@@ -39,9 +39,9 @@ not be identified (see Dpkg::Vendor documentation).
It provides some hooks that are called by various dpkg-* tools.
If you need a new hook, please file a bug against dpkg-dev and explain
-your need. Note that the hook API has no guaranty to be stable over an
-extended period. If you run an important distribution that makes use
-of vendor hooks, you'd better submit them for integration so that
+your need. Note that the hook API has no guarantee to be stable over an
+extended period of time. If you run an important distribution that makes
+use of vendor hooks, you'd better submit them for integration so that
we avoid breaking your code.
=head1 METHODS
diff --git a/scripts/Dpkg/Vendor/Ubuntu.pm b/scripts/Dpkg/Vendor/Ubuntu.pm
index 100d7a0..bce5a84 100644
--- a/scripts/Dpkg/Vendor/Ubuntu.pm
+++ b/scripts/Dpkg/Vendor/Ubuntu.pm
@@ -41,8 +41,8 @@ Dpkg::Vendor::Ubuntu - Ubuntu vendor object
=head1 DESCRIPTION
-This vendor object customize the behaviour of dpkg-source
-to check that Maintainers have been modified if necessary.
+This vendor object customizes the behaviour of dpkg scripts for Ubuntu
+specific behavior and policies.
=cut
diff --git a/scripts/Dpkg/Version.pm b/scripts/Dpkg/Version.pm
index 879560f..637012d 100644
--- a/scripts/Dpkg/Version.pm
+++ b/scripts/Dpkg/Version.pm
@@ -316,7 +316,7 @@ numbers. Returns -1 if $a is earlier than $b, 0 if they are equal and 1 if $a
is later than $b.
The "~" character always sort lower than anything else. Digits sort lower
-than non-digits. Among remaining characters alphabetic characters (A-Za-z)
+than non-digits. Among remaining characters alphabetic characters (A-Z, a-z)
sort lower than the other ones. Within each range, the ASCII decimal value
of the character is used to sort between characters.
--
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