type
authorStefan Schubert <schubi@suse.de>
Wed, 30 Jan 2008 16:08:27 +0000 (16:08 +0000)
committerStefan Schubert <schubi@suse.de>
Wed, 30 Jan 2008 16:08:27 +0000 (16:08 +0000)
zypp/ZConfig.cc

index e37a057..294dc54 100644 (file)
@@ -255,7 +255,7 @@ namespace zypp
   Pathname ZConfig::vendorPath() const
   {
     return ( _pimpl->cfg_vendor_path.empty()
-        ? Pathname("/etc/zypp/vondors.d") : _pimpl->cfg_vendor_path );      
+        ? Pathname("/etc/zypp/vendors.d") : _pimpl->cfg_vendor_path );      
   }
 
   /////////////////////////////////////////////////////////////////