From 0c73d133517098480565f3dbb529a5f2a72ef68f Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 31 Jan 2008 17:21:41 +0000 Subject: [PATCH] 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 --- include/wx/vector.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2