- fixed some typos
authorArvin Schnell <aschnell@suse.de>
Wed, 25 Jul 2007 08:37:04 +0000 (08:37 +0000)
committerArvin Schnell <aschnell@suse.de>
Wed, 25 Jul 2007 08:37:04 +0000 (08:37 +0000)
zypp/Repository.h
zypp/ZConfig.h
zypp/capability/CapabilityImpl.cc
zypp/capability/CapabilityImpl.h

index feefc32..5f7bc2e 100644 (file)
@@ -36,7 +36,7 @@ namespace zypp
     Repository();
 
     /** \short Factory ctor taking a RepositoryImpl.
-     * This is quite lowevel. You usually want to use RepoManager to
+     * This is quite low level. You usually want to use RepoManager to
      * manage the repositories.
      * \see RepoManager
     */
index b5254aa..05c6af6 100644 (file)
@@ -30,7 +30,7 @@ namespace zypp
   //   CLASS NAME : ZConfig
   //
   /** Interim helper class to collect global options and settings.
-   * Use it to avoid hardcoded values and calls to getZypp() just
+   * Use it to avoid hardcoded values and calls to getZYpp() just
    * to retrieve some value like architecture, languages or tmppath.
    *
    * \ingroup Singleton
index 9ee2ae8..f7bd3d0 100644 (file)
@@ -89,7 +89,7 @@ namespace zypp
          break;
        }
       // SHOULD NOT GET HERE
-      ZYPP_THROW( Exception("Unknow Operator NONE is not allowed in Capability") );
+      ZYPP_THROW( Exception("Unknown Operator NONE is not allowed in Capability") );
       return false; // not reached
     }
 
index ec7828e..0fe01c6 100644 (file)
@@ -73,7 +73,7 @@ namespace zypp
       typedef CapabilityTraits::KindType  Kind;
 
     public:
-      /** Kind of capabiliy.  */
+      /** Kind of capability.  */
       virtual const Kind & kind() const = 0;
 
       /** Kind of Resolvable \c this refers to. */
@@ -310,7 +310,7 @@ namespace zypp
     };
 
     typedef std::set<CapabilityImpl::Ptr> CapabilityImplPtrSet;
-    
+
     /////////////////////////////////////////////////////////////////
   } // namespace capability
   ///////////////////////////////////////////////////////////////////