diff options
author | Guillem Jover <guillem@debian.org> | 2013-09-16 18:38:38 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2013-10-27 05:00:54 +0100 |
commit | 237e3a9497096ed596779c78c08497fe34dd0d3b (patch) | |
tree | 56850caea370f3b0470206af37d072b1c39f9a2b /scripts/Dpkg/Control | |
parent | 7a5f47b184dafb615b26f825434284cbe0ff3ed0 (diff) | |
download | dpkg-237e3a9497096ed596779c78c08497fe34dd0d3b.tar.gz |
doc: Write hyphen instead of dash when we mean the ‘-’ character
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 |