projects
/
platform
/
upstream
/
libzypp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c5f058
)
fixed description
author
Stefan Schubert
<schubi@suse.de>
Fri, 28 Mar 2008 09:32:35 +0000
(09:32 +0000)
committer
Stefan Schubert
<schubi@suse.de>
Fri, 28 Mar 2008 09:32:35 +0000
(09:32 +0000)
zypp/ResFilters.h
patch
|
blob
|
history
diff --git
a/zypp/ResFilters.h
b/zypp/ResFilters.h
index 4c372a998c88b49d82ae38b514057e7cef2d7c3a..212825cd71ac69ac0d02aad3a0ae71e0f0eda0e6 100644
(file)
--- a/
zypp/ResFilters.h
+++ b/
zypp/ResFilters.h
@@
-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