Imported Upstream version 16.3.2
[platform/upstream/libzypp.git] / zypp / media / MediaHandler.h
index f5b5cde..9fd8782 100644 (file)
@@ -82,7 +82,7 @@ class MediaHandler {
         *
         *      dir, false => user specified attach point (not removed)
         */
-       AttachPoint     _AttachPointHint;
+       AttachPoint     _attachPointHint;
 
        /**
         * The relative root directory of the data on the media.
@@ -172,9 +172,10 @@ class MediaHandler {
 
        /**
         * Try to create a default / temporary attach point.
-        * It trys to create it in attachPrefix if avaliable,
+        * It tries to create it in attachPrefix if avaliable,
         * then in built-in directories.
-        * \return The name of the new attach point or empty path name.
+        * \throws MediaBadAttachPointException if no attach point can be created
+        * \return The name of the new attach point
         */
        Pathname         createAttachPoint() const;
        /**