diff --git a/include/wx/vector.h b/include/wx/vector.h index e8a6b3c573..85d9257943 100644 --- a/include/wx/vector.h +++ b/include/wx/vector.h @@ -104,7 +104,7 @@ template 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