diff options
author | Peter Krefting <peterk@debian.org> | 2012-04-24 14:03:26 +0100 |
---|---|---|
committer | Peter Krefting <peterk@debian.org> | 2012-04-24 14:03:26 +0100 |
commit | daaddea8fe5f1a7e641d25e1e33b9e55a99c9639 (patch) | |
tree | d5f6352977983776ca32dd57dd614a35b8e40e2f /scripts/Dpkg/Control | |
parent | d23666533c37dde9679097e64444cb683c0b0608 (diff) | |
download | dpkg-daaddea8fe5f1a7e641d25e1e33b9e55a99c9639.tar.gz |
Fix typo: "same syntax than" → "same syntax as".
Diffstat (limited to 'scripts/Dpkg/Control')
-rw-r--r-- | scripts/Dpkg/Control/Info.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Dpkg/Control/Info.pm b/scripts/Dpkg/Control/Info.pm index d7ec187a1..b4009e8e2 100644 --- a/scripts/Dpkg/Control/Info.pm +++ b/scripts/Dpkg/Control/Info.pm @@ -38,7 +38,7 @@ Dpkg::Control::Info - parse files like debian/control =head1 DESCRIPTION It provides an object to access data of files that follow the same -syntax than debian/control. +syntax as debian/control. =head1 FUNCTIONS |