diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2021-02-06 20:23:12 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2021-02-06 20:23:12 +0000 |
| commit | 9732df7910637f86ff554d10bdb9d301ab680099 (patch) | |
| tree | 6090732ac970b2ec8be3d4629113e5d3dbd25934 | |
| parent | 5d51720b419f722319a8ac6e5fd68298cad83e00 (diff) | |
| download | qmmp-9732df7910637f86ff554d10bdb9d301ab680099.tar.gz qmmp-9732df7910637f86ff554d10bdb9d301ab680099.tar.bz2 qmmp-9732df7910637f86ff554d10bdb9d301ab680099.zip | |
fixed typo
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9691 90c681e8-e032-0410-971d-27865f9a5e38
| -rw-r--r-- | src/qmmp/trackinfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmmp/trackinfo.h b/src/qmmp/trackinfo.h index 8f992c4aa..abcc11252 100644 --- a/src/qmmp/trackinfo.h +++ b/src/qmmp/trackinfo.h @@ -76,7 +76,7 @@ public: */ qint64 duration () const; /*! - * Returns \b true if stream/file has no infomation and empry path, otherwise returns \b false. + * Returns \b true if stream/file has no infomation and empty path, otherwise returns \b false. */ bool isEmpty() const; /*! |
