]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/imagpng.cpp
Make wxSpinCtrlGeneric usable as wxDVC editor control.
[wxWidgets.git] / src / common / imagpng.cpp
index c0b19395100aa8224ad965631bfbef145824ff1e..5b151d568d7d9ea540859bd33c2733df8e625b5e 100644 (file)
@@ -43,7 +43,7 @@
 // constants
 // ----------------------------------------------------------------------------
 
-// image can not have any transparent pixels at all, have only 100% opaque
+// image cannot have any transparent pixels at all, have only 100% opaque
 // and/or 100% transparent pixels in which case a simple mask is enough to
 // store this information in wxImage or have a real alpha channel in which case
 // we need to have it in wxImage as well