X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c9faa9e9a2cc88379a86e3e2ed731eadba948084..09b895cb4a954494063eb17d3dc302a654fd99e5:/include/wx/vector.h?ds=sidebyside 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