summaryrefslogtreecommitdiff
path: root/scripts/Dpkg
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2013-09-16 18:38:38 +0200
committerGuillem Jover <guillem@debian.org>2013-10-27 05:00:54 +0100
commit237e3a9497096ed596779c78c08497fe34dd0d3b (patch)
tree56850caea370f3b0470206af37d072b1c39f9a2b /scripts/Dpkg
parent7a5f47b184dafb615b26f825434284cbe0ff3ed0 (diff)
downloaddpkg-237e3a9497096ed596779c78c08497fe34dd0d3b.tar.gz
doc: Write hyphen instead of dash when we mean the ‘-’ character
Diffstat (limited to 'scripts/Dpkg')
-rw-r--r--scripts/Dpkg/Conf.pm2
-rw-r--r--scripts/Dpkg/Control/FieldsCore.pm2
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