typo
authorStefan Schubert <schubi@suse.de>
Thu, 17 Apr 2008 16:09:59 +0000 (16:09 +0000)
committerStefan Schubert <schubi@suse.de>
Thu, 17 Apr 2008 16:09:59 +0000 (16:09 +0000)
zypp/sat/detail/PoolImpl.cc

index c27542f..aa2e5c0 100644 (file)
@@ -204,7 +204,7 @@ namespace zypp
           MIL << "pool_createwhatprovides..." << endl;
 
           // NOTE: Thake care not to ctreate a nonexisting systemRepo
-          Repositort sysrepo( sat::Pool::instance().reposFind( sat::Pool::instance().systemRepoName() ) );
+          Repository sysrepo( sat::Pool::instance().reposFind( sat::Pool::instance().systemRepoName() ) );
           if ( sysrepo )
           {
             ::pool_addfileprovides( _pool, sysrepo.get() );