From 19d9eb1487831525c7cdc51c061e8a772d21da5c Mon Sep 17 00:00:00 2001 From: Blake Madden Date: Sat, 9 Mar 2024 13:09:42 -0500 Subject: [PATCH] Fix typo in message --- src/i18n_review.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n_review.cpp b/src/i18n_review.cpp index 0390b93..843202a 100644 --- a/src/i18n_review.cpp +++ b/src/i18n_review.cpp @@ -190,7 +190,7 @@ namespace i18n_check { L"wxRound", L"Use std::lround() instead." }, { L"wxIsNan", L"Use std::isnan() instead." }, { L"wxDECLARE_EVENT_TABLE", - L"Prefer using Bind() within of a class's CTOR instead of message maps." }, + L"Prefer using Bind() within a class's CTOR instead of message maps." }, { L"__WXMAC__", L"Use __WXOSX__ instead." }, { L"WXSIZEOF", L"Use std::size() instead (requires C++17)." }, { L"wxOVERRIDE", L"Use override or final instead." },