diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2008-03-11 09:59:32 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2008-03-11 09:59:32 +0100 |
commit | 484befd1518245e795ed92e6c97ad50786f3b4a2 (patch) | |
tree | b9d56f6f033ea6aa704f89547487632dfc2524db /apt-pkg/depcache.h | |
parent | 6f320e7b0fe9e9f1e1ac4452ba7a4c1eca297842 (diff) |
* typo fixes (LP: #107960)
Diffstat (limited to 'apt-pkg/depcache.h')
-rw-r--r-- | apt-pkg/depcache.h | 4 |
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(); |