diff options
author | Luca Bruno <lethalman88@gmail.com> | 2008-10-03 20:15:06 +0200 |
---|---|---|
committer | Luca Bruno <lethalman88@gmail.com> | 2008-10-03 20:15:06 +0200 |
commit | 7365ff46a3852e2d3abd2cfdfcfad37ac362c427 (patch) | |
tree | 52d5a31a586982899ceccf71f840a186d52b7fb7 /apt-pkg/algorithms.cc | |
parent | e3b7c6cfd9bac5bce453c889503f573ccee41fa2 (diff) |
Fix some typos in docs and translations (thanks to timeless, closes: 368665)
Diffstat (limited to 'apt-pkg/algorithms.cc')
-rw-r--r-- | apt-pkg/algorithms.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/algorithms.cc b/apt-pkg/algorithms.cc index 59f994cd7..2e2a976bb 100644 --- a/apt-pkg/algorithms.cc +++ b/apt-pkg/algorithms.cc @@ -497,7 +497,7 @@ void pkgProblemResolver::MakeScores() signed short &Score = Scores[I->ID]; - /* This is arbitary, it should be high enough to elevate an + /* This is arbitrary, it should be high enough to elevate an essantial package above most other packages but low enough to allow an obsolete essential packages to be removed by a conflicts on a powerfull normal package (ie libc6) */ |