diff options
author | Jakub Wilk <jwilk@jwilk.net> | 2019-02-10 12:51:30 +0100 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2019-02-10 13:16:27 +0100 |
commit | 9a702b150c8ddeafa8c10c9f120dafdeb08ef93b (patch) | |
tree | 5ec43fb1644e1a9a96d4f14bbe701503c0a507aa /doc/design.dbk | |
parent | 55d0eea08198b6da420eeda28e825122e9ee3666 (diff) |
Fix various typos in the documentation
Diffstat (limited to 'doc/design.dbk')
-rw-r--r-- | doc/design.dbk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/design.dbk b/doc/design.dbk index 157e75c1a..fabc915e5 100644 --- a/doc/design.dbk +++ b/doc/design.dbk @@ -262,7 +262,7 @@ dependencies) <para> Build a list of events. Simple topological sorting gives order of packages in dependency order. At certain points in this ordering, -predependencies/immediate configure directives cause an break in normal +predependencies/immediate configure directives cause a break in normal ordering. We need to insert the uninstall/purge directive in the stream (default: as early as possible). </para> |