]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/dcbase.cpp
define _LANGUAGE_C_PLUS_PLUS for IRIX (closes bug 1105676)
[wxWidgets.git] / src / common / dcbase.cpp
index 1beb8edcae184a1f75c519222fdc2d04ebeeef6f..9c9ba611e7769b4fb7b9fae08e56eec36cdbfc0a 100644 (file)
@@ -373,7 +373,7 @@ void wxDCBase::DoDrawSpline( wxList *points )
 
 
 // Each element of the widths array will be the width of the string up to and
-// including the coresponding character in text.  This is the generic
+// including the corresponding character in text.  This is the generic
 // implementation, the port-specific classes should do this with native APIs
 // if available and if faster.  Note: pango_layout_index_to_pos is much slower
 // than calling GetTextExtent!!