]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/config.h
Add support for alpha channel in colours in wxSVGFileDC.
[wxWidgets.git] / interface / wx / config.h
index ba8bfff7acd8ebdf635c3b7b4bb6822ee2830053..48f0095514cebbeee036a7be58d9ac79f4b3df62 100644 (file)
@@ -9,7 +9,7 @@
 /**
     @class wxConfigBase
 
-    wxConfigBase defines the basic interface of all config classes. It can not
+    wxConfigBase defines the basic interface of all config classes. It cannot
     be used by itself (it is an abstract base class) and you will always use
     one of its derivations: wxFileConfig, wxRegConfig or any other.