no changes, just fix a typo in comment

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51474 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2008-01-31 17:21:41 +00:00
parent 901331c9f9
commit 0c73d13351

View File

@ -104,7 +104,7 @@ template<typename T>
class wxVector
{
private:
// Tthis cryptic expression means "typedef Ops to wxVectorMemOpsMovable if
// This cryptic expression means "typedef Ops to wxVectorMemOpsMovable if
// type T is movable type, otherwise to wxVectorMemOpsGeneric".
//
// Note that we use typedef instead of privately deriving from this (which