Imported Upstream version 14.45.0
[platform/upstream/libzypp.git] / zypp / Pathname.h
index 2b55090..a0375f7 100644 (file)
@@ -76,11 +76,11 @@ namespace zypp
       Pathname & operator=( Pathname rhs )
       { swap( *this, rhs ); return *this; }
 
-      /** Concatenate and assign. \see cat */
+      /** Concatenate and assing. \see cat */
       Pathname & operator/=( const Pathname & path_tv )
       { return( *this = cat( *this, path_tv ) ); }
 
-      /** Concatenate and assign. \see cat
+      /** Concatenate and assing. \see cat
        * \deprecated: use /=
       */
       Pathname & operator+=( const Pathname & path_tv )