]> git.saurik.com Git - wxWidgets.git/commitdiff
Fix a typo in wxNumberFormatter styles documentation.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 6 May 2013 13:08:43 +0000 (13:08 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 6 May 2013 13:08:43 +0000 (13:08 +0000)
s/cab/can/

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73940 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/numformatter.h

index e989692996fdeca91188ad6ea2b6ff59f86961d8..db678d08f5e33463acb7e62b4e8b3a44e618ca07 100644 (file)
@@ -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,