summaryrefslogtreecommitdiff
path: root/apt-pkg/depcache.h
diff options
context:
space:
mode:
authorMichael Vogt <egon@bottom>2008-03-14 15:22:48 +0100
committerMichael Vogt <egon@bottom>2008-03-14 15:22:48 +0100
commitd2f3195a03a718ffb56924282727700f02ca9c49 (patch)
tree33f33e7218de1dd271266dc4984356e1821597c8 /apt-pkg/depcache.h
parent2658c8073dfb92db9fa70dae39d93c6e5989f158 (diff)
parent85bd111a9b0778ba6e2b8950d369aeca192f9555 (diff)
* merge from the mvo branch
Diffstat (limited to 'apt-pkg/depcache.h')
-rw-r--r--apt-pkg/depcache.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apt-pkg/depcache.h b/apt-pkg/depcache.h
index 7adf6fe7f..f41ad17e9 100644
--- a/apt-pkg/depcache.h
+++ b/apt-pkg/depcache.h
@@ -92,7 +92,7 @@ class pkgDepCache : protected pkgCache::Namespace
* \param rootFunc A callback that can be used to add extra
* packages to the root set.
*
- * \return \b false if an error occured.
+ * \return \b false if an error occurred.
*/
bool MarkRequired(InRootSetFunc &rootFunc);
@@ -103,7 +103,7 @@ class pkgDepCache : protected pkgCache::Namespace
* are tested to see whether they are actually garbage. If so,
* they are marked as such.
*
- * \return \b false if an error occured.
+ * \return \b false if an error occurred.
*/
bool Sweep();