From: Klaus Kaempf Date: Mon, 20 Feb 2006 18:09:24 +0000 (+0000) Subject: comment typo X-Git-Tag: BASE-SuSE-SLE-10-SP2-Branch~2060 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=02acbea9312da453d1e2636f0c702f48d988d6ec;p=platform%2Fupstream%2Flibzypp.git comment typo --- diff --git a/zypp/target/TargetImpl.cc b/zypp/target/TargetImpl.cc index c0e0008..bf94aa4 100644 --- a/zypp/target/TargetImpl.cc +++ b/zypp/target/TargetImpl.cc @@ -359,6 +359,7 @@ namespace zypp ** to_install (i.e. delay deletion in case the ** obsoleting package likes to save whatever... */ + static void strip_obsoleted_to_delete( TargetImpl::PoolItemList & deleteList_r, const TargetImpl::PoolItemList & instlist_r ) @@ -385,7 +386,7 @@ strip_obsoleted_to_delete( TargetImpl::PoolItemList & deleteList_r, { PoolItem_Ref ipkg( *it ); bool delayPkg = false; - // ...check whether an obsolets.... + // ...check whether an obsoletes.... for ( CapSet::iterator obs = obsoletes.begin(); ! delayPkg && obs != obsoletes.end(); ++obs ) {