summaryrefslogtreecommitdiff
path: root/scripts/Dpkg
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2015-02-01 23:04:18 +0100
committerGuillem Jover <guillem@debian.org>2015-02-11 04:42:42 +0100
commiteb06339d12cc9797db9a6c069ab3d287db2102aa (patch)
tree340880fd11d5094a47fcc53acf9128129bbb0dca /scripts/Dpkg
parent5e97e572b749e111ef9cf1b796e6af06846b0092 (diff)
downloaddpkg-eb06339d12cc9797db9a6c069ab3d287db2102aa.tar.gz
Dpkg::BuildOptions: Fix typo
Diffstat (limited to 'scripts/Dpkg')
-rw-r--r--scripts/Dpkg/BuildOptions.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Dpkg/BuildOptions.pm b/scripts/Dpkg/BuildOptions.pm
index 3c9aefcad..38a8bc4eb 100644
--- a/scripts/Dpkg/BuildOptions.pm
+++ b/scripts/Dpkg/BuildOptions.pm
@@ -102,7 +102,7 @@ sub merge {
=item $bo->set($option, $value, [$source])
-Store the given option in the objet with the given value. It's legitimate
+Store the given option in the object with the given value. It's legitimate
for a value to be undefined if the option is a simple boolean (its
presence means true, its absence means false). The $source is optional
and indicates where the option comes from.