From 0d5a6b2f061b8c34c16a335c77567757aa1e5d83 Mon Sep 17 00:00:00 2001 From: Arvin Schnell Date: Tue, 31 Jul 2007 09:09:54 +0000 Subject: [PATCH] - fixed typos --- zypp/PoolItem.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.7.4