diff options
Diffstat (limited to 'apt-pkg/orderlist.cc')
-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 c968845ce..937e538ba 100644 --- a/apt-pkg/orderlist.cc +++ b/apt-pkg/orderlist.cc @@ -665,7 +665,7 @@ bool pkgOrderList::DepUnPackCrit(DepIterator D) continue; /* For reverse dependencies we wish to check if the - dependency is satisifed in the install state. The + dependency is satisfied in the install state. The target package (caller) is going to be in the installed state. */ if (CheckDep(D) == true) |