typo
authorStefan Schubert <schubi@suse.de>
Wed, 13 Feb 2008 14:03:20 +0000 (14:03 +0000)
committerStefan Schubert <schubi@suse.de>
Wed, 13 Feb 2008 14:03:20 +0000 (14:03 +0000)
zypp/solver/detail/ResolverUpgrade.cc

index 4969568..2b15b8a 100644 (file)
@@ -354,7 +354,7 @@ Resolver::doUpgrade( UpgradeStatistics & opt_stats_r )
 
   // create a testcase for the updating system
   Testcase testcase("/var/log/updateTestcase");
-  testcase.createTestcase (*this, true, false); // create pool, do not solver
+  testcase.createTestcase (*this, true, false); // create pool, do not solve
 
   _update_items.clear();
   {