From 6d0b86b7c792e9631f0b94365a6392abc25b4bfd Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 6 May 2013 13:08:43 +0000 Subject: [PATCH] Fix a typo in wxNumberFormatter styles documentation. s/cab/can/ git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73940 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/numformatter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/wx/numformatter.h b/interface/wx/numformatter.h index e989692996..db678d08f5 100644 --- a/interface/wx/numformatter.h +++ b/interface/wx/numformatter.h @@ -26,7 +26,7 @@ public: enum Style { /** - This flag cab be used to indicate absence of any other flags below. + This flag can be used to indicate absence of any other flags below. */ Style_None = 0x00, -- 2.45.2