- fixed typos
authorArvin Schnell <aschnell@suse.de>
Tue, 25 Sep 2007 17:03:23 +0000 (17:03 +0000)
committerArvin Schnell <aschnell@suse.de>
Tue, 25 Sep 2007 17:03:23 +0000 (17:03 +0000)
zypp/Pathname.h
zypp/TmpPath.h

index cdd061edc6c3b8f689313e1f563fce1155960ab5..b202172406de400a01baa7e28cdcf83cc0c03528 100644 (file)
@@ -39,7 +39,7 @@ namespace zypp
      *
      * \todo Add support for handling extensions incl. stripping
      * extensions from basename (basename("/path/foo.baa", ".baa") ==> "foo")
-     * \todo Review. Maybe use COW pimpl, ckeck storage.
+     * \todo Review. Maybe use COW pimpl, check storage.
      * \todo \b EXPLICIT ctors.
     */
     class Pathname
index 73f0f2c7a896fd7cf17a0be30f6fef6730adcf27..b3430caece66b1d4e9ae7c88f69bb5673e03cd39 100644 (file)
@@ -57,7 +57,7 @@ namespace zypp {
 
         /**
          * Test whether the Pathname is valid (i.e. not empty. NOT whether
-         * it realy denotes an existing file or directory).
+         * it really denotes an existing file or directory).
          **/
         operator const void *const() const;