diff options
Diffstat (limited to 'scripts/Dpkg/Control')
-rw-r--r-- | scripts/Dpkg/Control/FieldsCore.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |