~schumski-deactivatedaccount-deactivatedaccount/k3b/master

« back to all changes in this revision

Viewing changes to libk3b/tools/k3bmedium.h

  • Committer: Yuri Chornoivan
  • Date: 2019-11-18 15:33:10 UTC
  • Revision ID: git-v1:3bfde6eee71bd14a2f012bc82c2cde92fc878140
Fix minor typos

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
    /**
39
39
     * Medium represents a medium in K3b.
40
40
     *
41
 
     * It is implicetely shared, thus copying is very fast.
 
41
     * It is implicitly shared, thus copying is very fast.
42
42
     */
43
43
    class LIBK3B_EXPORT Medium
44
44
    {
164
164
        QString shortString( MediumStringFlags flags = WithContents ) const;
165
165
 
166
166
        /**
167
 
         * \return A HTML formatted string decribing this medium. This includes the device, the
 
167
         * \return A HTML formatted string describing this medium. This includes the device, the
168
168
         *         medium type, the contents type, and some detail information like the number of
169
169
         *         tracks.
170
170
         *         This string may be used for tooltips or short descriptions.