diff options
author | Guillem Jover <guillem@debian.org> | 2016-01-03 19:08:09 +0100 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2016-01-26 13:34:03 +0100 |
commit | f18ebb4a64a92678d2c0ebd1a4dde2993b1b9577 (patch) | |
tree | 0ddc9b80ab1bc9204fda37c4c4c4ca74c4809fff /scripts/Dpkg/Index.pm | |
parent | 2f211a5f257712ef629cef03c2422425aa42ea12 (diff) | |
download | dpkg-f18ebb4a64a92678d2c0ebd1a4dde2993b1b9577.tar.gz |
Dpkg: Fix typos in documentation
Diffstat (limited to 'scripts/Dpkg/Index.pm')
-rw-r--r-- | scripts/Dpkg/Index.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Dpkg/Index.pm b/scripts/Dpkg/Index.pm index cb7dbc0ee..1bccfe169 100644 --- a/scripts/Dpkg/Index.pm +++ b/scripts/Dpkg/Index.pm @@ -74,7 +74,7 @@ sub new { The "type" option is checked first to define default values for other options. Here are the relevant options: "get_key_func" is a function returning a key for the item passed in parameters. The index can only -contain one item with a given key. The function used depend on the +contain one item with a given key. The function used depends on the type: for CTRL_INFO_PKG, CTRL_INDEX_SRC, CTRL_INDEX_PKG and CTRL_PKG_DEB it's simply the Package field; for CTRL_PKG_SRC and CTRL_INFO_SRC, it's the Source field; for CTRL_CHANGELOG it's the Source and the Version |