This is an automated email from the git hooks/post-receive script.

guillem pushed a commit to branch main
in repository dpkg.

View the commit online:
https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=e7b55c94072cdef489cf492b9d384cb60dd9647a

commit e7b55c94072cdef489cf492b9d384cb60dd9647a
Author: Guillem Jover <[email protected]>
AuthorDate: Wed Oct 12 01:29:19 2022 +0200

    doc: Use US English spelling
    
    Warned-by: pod-spell
---
 man/deb-substvars.pod | 4 ++--
 man/dpkg-divert.pod   | 2 +-
 src/main/depcon.c     | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/man/deb-substvars.pod b/man/deb-substvars.pod
index 63ec74560..517675fae 100644
--- a/man/deb-substvars.pod
+++ b/man/deb-substvars.pod
@@ -188,7 +188,7 @@ control file field.
 
 The value of the source stanza field
 I<fieldname>
-(which must be given in the canonical capitalisation; since dpkg 1.18.11).
+(which must be given in the canonical capitalization; since dpkg 1.18.11).
 Setting these variables has no effect other than on places where they
 are expanded explicitly.
 These variables are only available when generating binary control files.
@@ -197,7 +197,7 @@ These variables are only available when generating binary 
control files.
 
 The value of the output field
 I<fieldname>
-(which must be given in the canonical capitalisation). Setting these
+(which must be given in the canonical capitalization). Setting these
 variables has no effect other than on places where they are expanded
 explicitly.
 
diff --git a/man/dpkg-divert.pod b/man/dpkg-divert.pod
index 00293b8eb..99c6ca62e 100644
--- a/man/dpkg-divert.pod
+++ b/man/dpkg-divert.pod
@@ -218,7 +218,7 @@ Directories can't be diverted with B<dpkg-divert>.
 
 Care should be taken when diverting shared libraries, B<ldconfig>(8)
 creates a symbolic link based on the DT_SONAME field embedded in the library.
-Because B<ldconfig> doesn't honour diverts (only B<dpkg> does),
+Because B<ldconfig> does not honor diverts (only B<dpkg> does),
 the symlink may end up pointing at the diverted library, if a diverted
 library has the same SONAME as the undiverted one.
 
diff --git a/src/main/depcon.c b/src/main/depcon.c
index 2e82741db..2990caa96 100644
--- a/src/main/depcon.c
+++ b/src/main/depcon.c
@@ -313,7 +313,7 @@ depisok(struct dependency *dep, struct varbuf *whynot,
   struct pkginfo *pkg_pos;
   int nconflicts;
 
-  /* Use this buffer so that when internationalisation comes along we
+  /* Use this buffer so that when internationalization comes along we
    * don't have to rewrite the code completely, only redo the sprintf strings
    * (assuming we have the fancy argument-number-specifiers).
    * Allow 250x3 for package names, versions, &c, + 250 for ourselves. */

-- 
Dpkg.Org's dpkg

Reply via email to