diff options
author | Guillem Jover <guillem@debian.org> | 2016-05-18 01:12:02 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2016-07-03 18:44:20 +0200 |
commit | b2ce10a6200a933ad244c3f1a9bd605b41800ad0 (patch) | |
tree | 24cd8a8ed87fc4396065f4d7b0654d98733d33b6 /scripts/Dpkg/Control | |
parent | 779de6b3ca6358e1a4a5641a228a3537f10d572f (diff) | |
download | dpkg-b2ce10a6200a933ad244c3f1a9bd605b41800ad0.tar.gz |
scripts: Fix typos in POD
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 3af6fa78a..85729a028 100644 --- a/scripts/Dpkg/Control/FieldsCore.pm +++ b/scripts/Dpkg/Control/FieldsCore.pm @@ -537,7 +537,7 @@ $from Dpkg::Control object to the $to Dpkg::Control object. Official fields are copied only if the field is allowed in both types of objects. Custom fields are treated in a specific manner. When the target is not among CTRL_PKG_SRC, CTRL_PKG_DEB or CTRL_FILE_CHANGES, then they -are alway copied as is (the X- prefix is kept). Otherwise they are not +are always copied as is (the X- prefix is kept). Otherwise they are not copied except if the target object matches the target destination encoded in the field name. The initial X denoting custom fields can be followed by one or more letters among "S" (Source: corresponds to CTRL_PKG_SRC), "B" |