From: Arvin Schnell Date: Tue, 31 Jul 2007 09:09:54 +0000 (+0000) Subject: - fixed typos X-Git-Tag: BASE-SuSE-Linux-10_3-Branch~433 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0d5a6b2f061b8c34c16a335c77567757aa1e5d83;p=platform%2Fupstream%2Flibzypp.git - fixed typos --- diff --git a/zypp/PoolItem.h b/zypp/PoolItem.h index 9e036f1..fbdff24 100644 --- a/zypp/PoolItem.h +++ b/zypp/PoolItem.h @@ -27,14 +27,14 @@ namespace zypp // // CLASS NAME : PoolItem_Ref // - /** Reference to a PoolItem conecting ResObject and ResStatus. + /** Reference to a PoolItem connecting ResObject and ResStatus. * * The "real" PoolItem is usg. somewhere in the ResPool. This is * a reference to it. All copies made will reference (and modify) * the same PoolItem. All changes via a PoolItem_Ref are immediately * visible in all copies (now COW). * - * \note Constnes: Like pointer types, a const PoolItem_Ref + * \note Constness: Like pointer types, a const PoolItem_Ref * does \b not refer to a const PoolItem. The reference is * \c const, i.e. you can't change the refered PoolItem. The PoolItem * (i.e. the status) is always mutable.