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 4c372a9..212825c 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