diff options
author | Guillem Jover <guillem@debian.org> | 2019-11-06 02:07:17 +0100 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2019-11-26 02:42:45 +0100 |
commit | 7ab69d4acbdabd3af0f8c27801527750505c1a11 (patch) | |
tree | eccb3cbbb4cbf993c29832bfcca8bc1bf1b77f58 /scripts/Dpkg/Changelog.pm | |
parent | b287a80263dd4e45bb82b7e6bad76faeb47358d4 (diff) | |
download | dpkg-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/Changelog.pm')
-rw-r--r-- | scripts/Dpkg/Changelog.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Dpkg/Changelog.pm b/scripts/Dpkg/Changelog.pm index 1485ae583..04fa511ec 100644 --- a/scripts/Dpkg/Changelog.pm +++ b/scripts/Dpkg/Changelog.pm @@ -24,7 +24,7 @@ Dpkg::Changelog - base class to implement a changelog parser Dpkg::Changelog is a class representing a changelog file as an array of changelog entries (Dpkg::Changelog::Entry). -By deriving this object and implementing its parse method, you +By deriving this class and implementing its parse method, you add the ability to fill this object with changelog entries. =cut |