From: Vadim Zeitlin Date: Sat, 4 Apr 2009 11:49:30 +0000 (+0000) Subject: no changes, just fixed typo in an error message X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/84d8eabd81c4d29da165bbdd7a331dd6ee525d54 no changes, just fixed typo in an error message git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60010 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/tests/datetime/datetimetest.cpp b/tests/datetime/datetimetest.cpp index 6b072857a6..17d02966dd 100644 --- a/tests/datetime/datetimetest.cpp +++ b/tests/datetime/datetimetest.cpp @@ -741,7 +741,7 @@ void DateTimeTestCase::TestTimeFormat() result++; WX_ASSERT_MESSAGE( - ("Test #%lu failed: \"%s\" was lest unparsed in \"%s\"", + ("Test #%lu failed: \"%s\" was left unparsed in \"%s\"", n, result, s), !*result );