fixed description
authorStefan Schubert <schubi@suse.de>
Fri, 28 Mar 2008 09:32:35 +0000 (09:32 +0000)
committerStefan Schubert <schubi@suse.de>
Fri, 28 Mar 2008 09:32:35 +0000 (09:32 +0000)
zypp/ResFilters.h

index 4c372a998c88b49d82ae38b514057e7cef2d7c3a..212825cd71ac69ac0d02aad3a0ae71e0f0eda0e6 100644 (file)
@@ -341,7 +341,7 @@ namespace zypp
       }
     };
 
-    /** Select PoolItem by recommended. */
+    /** PoolItem which is recommended. */
     struct ByRecommended : public PoolItemFilterFunctor
     {
       bool operator()( const PoolItem & p ) const
@@ -350,7 +350,7 @@ namespace zypp
       }
     };
 
-    /** Select PoolItem by suggested. */
+    /** PoolItem which is suggested. */
     struct BySuggested : public PoolItemFilterFunctor
     {
       bool operator()( const PoolItem & p ) const