diff options
author | scop <scop> | 2006-04-19 20:35:20 +0000 |
---|---|---|
committer | scop <scop> | 2006-04-19 20:35:20 +0000 |
commit | dd9ecc4a7407ecbbe5d98f39e076e184f6d95311 (patch) | |
tree | a93ebb469687d4ef7c65adda69ab042f36a29e5b /dxr3outputthread.h | |
parent | 77cc1bc609af1078e025b42c23f29123af1f5a69 (diff) | |
download | vdr-plugin-dxr3-dd9ecc4a7407ecbbe5d98f39e076e184f6d95311.tar.gz vdr-plugin-dxr3-dd9ecc4a7407ecbbe5d98f39e076e184f6d95311.tar.bz2 |
Comment typo fix.
Diffstat (limited to 'dxr3outputthread.h')
-rw-r--r-- | dxr3outputthread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dxr3outputthread.h b/dxr3outputthread.h index a0977b0..6b9982b 100644 --- a/dxr3outputthread.h +++ b/dxr3outputthread.h @@ -61,7 +61,7 @@ protected: bool m_bNeedResync; private: - cDxr3OutputThread(cDxr3OutputThread&); // no copy contructor + cDxr3OutputThread(cDxr3OutputThread&); // no copy constructor }; // ================================== |