diff options
author | Chris Leick <c.leick@vollbio.de> | 2018-10-30 22:32:34 +0100 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2018-10-30 22:43:35 +0100 |
commit | b6b159cc5eedca24d2ca0e27e230865ad2b4ad0f (patch) | |
tree | 5fc74d4464ead28047349f4cd385148179ab01f8 /apt-pkg | |
parent | 16f7be06850aa6ff196cf9d70e493ccbfae99a1b (diff) |
Fix typos encountered while updating de translation
Diffstat (limited to 'apt-pkg')
-rw-r--r-- | apt-pkg/orderlist.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/orderlist.cc b/apt-pkg/orderlist.cc index a826f2853..20631bfc1 100644 --- a/apt-pkg/orderlist.cc +++ b/apt-pkg/orderlist.cc @@ -889,7 +889,7 @@ bool pkgOrderList::DepConfigure(DepIterator D) /*}}}*/ // OrderList::DepRemove - Removal ordering /*{{{*/ // --------------------------------------------------------------------- -/* Checks all given dependencies if they are broken by the remove of a +/* Checks all given dependencies if they are broken by the removal of a package and if so fix it by visiting another provider or or-group member to ensure that the dependee keeps working which is especially important for Immediate packages like e.g. those depending on an |