summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2012-06-29 11:16:16 +0200
committerGuillem Jover <guillem@debian.org>2012-06-30 06:35:25 +0200
commit8f7643f403671813cdf6abdd8a05a148e03eac52 (patch)
tree10e56d5418f8d0aba201b0fcbe985439f8a21f00 /doc
parent3d98111bd412683ba116b2887e96f86212dca48e (diff)
downloaddpkg-8f7643f403671813cdf6abdd8a05a148e03eac52.tar.gz
Switch some words to their american spelling
Diffstat (limited to 'doc')
-rw-r--r--doc/triggers.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/triggers.txt b/doc/triggers.txt
index 3d2a04e70..bc4600161 100644
--- a/doc/triggers.txt
+++ b/doc/triggers.txt
@@ -178,7 +178,7 @@ was not configured, just as if the package was being configured for
the first time.
Trigger processing should be idempotent. The list of triggers being
-processed is provided to the postinst only so that it can optimise
+processed is provided to the postinst only so that it can optimize
away redundant processing.
In that case, where an interested package has more than one trigger
@@ -222,7 +222,7 @@ triggering packages *will* await their configuration (which implies
completion of any necessary trigger processing) or removal.
It is not defined in what order triggers will run. dpkg will make
-some effort to minimise redundant work in the case where many packages
+some effort to minimize redundant work in the case where many packages
have postinst trigger processing activating another package's triggers
(for example, by processing triggers in fifo order during a single
dpkg run). Cycles in the triggering graph are prohibited and will
@@ -306,8 +306,8 @@ in any unsupported trigger kinds cannot be configured (since such a
package cannot be guaranteed to have these triggers properly activated
by dpkg). Therefore no package can be interested in any unsupported
trigger kinds and they can be freely activated (both by ‘activate’ and
-by dpkg-trigger). dpkg-deb will be changed to warn about unrecognised
-trigger names syntaxes and unrecognised trigger control directives.
+by dpkg-trigger). dpkg-deb will be changed to warn about unrecognized
+trigger names syntaxes and unrecognized trigger control directives.
New command line interfaces to dpkg tools
@@ -728,7 +728,7 @@ await the trigger.
system. Processes hang onto this lock only briefly: dpkg-trigger
to add new activations, or dpkg to incorporate activations (and
perhaps when it updates interests). Therefore this lock is always
-acquired with F_GETLKW so as to serialise rather than fail on
+acquired with F_GETLKW so as to serialize rather than fail on
contention.