aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2013-11-21 06:26:39 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2013-11-21 06:26:39 +0000
commit10c96554c175b0a73a05e78e9777a1e94099ef3d (patch)
tree579267a3f81054eff69743304bfbf3375cbe85c7
parent7b5e9960a11f35b3792d3417557fef5abc1ca876 (diff)
downloadqmmp-10c96554c175b0a73a05e78e9777a1e94099ef3d.tar.gz
qmmp-10c96554c175b0a73a05e78e9777a1e94099ef3d.tar.bz2
qmmp-10c96554c175b0a73a05e78e9777a1e94099ef3d.zip
fixed typo
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3919 90c681e8-e032-0410-971d-27865f9a5e38
-rw-r--r--src/qmmp/metadatamanager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmmp/metadatamanager.h b/src/qmmp/metadatamanager.h
index b0bc46c91..2620b1d4e 100644
--- a/src/qmmp/metadatamanager.h
+++ b/src/qmmp/metadatamanager.h
@@ -95,7 +95,7 @@ public:
*/
void clearCoverChache();
/*!
- * Prepares object for usage by another thread to avoid warnings about parent the different thread
+ * Prepares object for usage by another thread to avoid warnings about parent from the different thread
*/
void prepareForAnotherThread();
/*!