diff options
author | Guillem Jover <guillem@debian.org> | 2016-05-18 01:12:02 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2016-07-03 18:44:20 +0200 |
commit | b2ce10a6200a933ad244c3f1a9bd605b41800ad0 (patch) | |
tree | 24cd8a8ed87fc4396065f4d7b0654d98733d33b6 /scripts/Dpkg/Index.pm | |
parent | 779de6b3ca6358e1a4a5641a228a3537f10d572f (diff) | |
download | dpkg-b2ce10a6200a933ad244c3f1a9bd605b41800ad0.tar.gz |
scripts: Fix typos in POD
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 dacaeba89..6456209de 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) |