diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/Dpkg/Conf.pm | 2 | ||||
-rw-r--r-- | scripts/Dpkg/Control/FieldsCore.pm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/Dpkg/Conf.pm b/scripts/Dpkg/Conf.pm index 805f3aa7a..e30eaded8 100644 --- a/scripts/Dpkg/Conf.pm +++ b/scripts/Dpkg/Conf.pm @@ -49,7 +49,7 @@ file. It can exports an array that can then be parsed exactly like @ARGV. Create a new Dpkg::Conf object. Some options can be set through %opts: if allow_short evaluates to true (it defaults to false), then short options are allowed in the configuration file, they should be prepended -with a single dash. +with a single hyphen. =cut diff --git a/scripts/Dpkg/Control/FieldsCore.pm b/scripts/Dpkg/Control/FieldsCore.pm index 44d90d1f2..e0124fcd8 100644 --- a/scripts/Dpkg/Control/FieldsCore.pm +++ b/scripts/Dpkg/Control/FieldsCore.pm @@ -395,7 +395,7 @@ CTRL_* constants exported by Dpkg::Control. =item my $f = field_capitalize($field_name) Returns the field name properly capitalized. All characters are lowercase, -except the first of each word (words are separated by a dash in field names). +except the first of each word (words are separated by a hyphen in field names). =cut |