X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/686d0fad160a51d8833a9429ec3a68de6f13c2d5..f3994b89fc34d1446883f94c006b07e36568d48e:/apt-pkg/depcache.h?ds=inline diff --git a/apt-pkg/depcache.h b/apt-pkg/depcache.h index 84fed7f37..f41ad17e9 100644 --- a/apt-pkg/depcache.h +++ b/apt-pkg/depcache.h @@ -45,6 +45,7 @@ #include #include +#include class pkgDepCache : protected pkgCache::Namespace { @@ -91,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); @@ -102,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();