summaryrefslogtreecommitdiff
path: root/scripts/Dpkg/Deps/Simple.pm
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2019-11-06 02:07:17 +0100
committerGuillem Jover <guillem@debian.org>2019-11-26 02:42:45 +0100
commit7ab69d4acbdabd3af0f8c27801527750505c1a11 (patch)
treeeccb3cbbb4cbf993c29832bfcca8bc1bf1b77f58 /scripts/Dpkg/Deps/Simple.pm
parentb287a80263dd4e45bb82b7e6bad76faeb47358d4 (diff)
downloaddpkg-7ab69d4acbdabd3af0f8c27801527750505c1a11.tar.gz
Dpkg: Say class instead of object when appropriate
These were referring to the type and not the instance, which makes using the incorrect nomenclature confusing.
Diffstat (limited to 'scripts/Dpkg/Deps/Simple.pm')
-rw-r--r--scripts/Dpkg/Deps/Simple.pm5
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/Dpkg/Deps/Simple.pm b/scripts/Dpkg/Deps/Simple.pm
index efe635cec..aa23e7da2 100644
--- a/scripts/Dpkg/Deps/Simple.pm
+++ b/scripts/Dpkg/Deps/Simple.pm
@@ -29,7 +29,8 @@ Dpkg::Deps::Simple - represents a single dependency statement
=head1 DESCRIPTION
-This object has several interesting properties:
+This class represents a single dependency statement.
+It has several interesting properties:
=over 4
@@ -576,7 +577,7 @@ sub get_evaluation {
=item $dep->simplify_deps($facts, @assumed_deps)
Simplifies the dependency as much as possible given the list of facts (see
-object Dpkg::Deps::KnownFacts) and a list of other dependencies that are
+class Dpkg::Deps::KnownFacts) and a list of other dependencies that are
known to be true.
=cut