*
* \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
/**
* 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;