]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/gtk/_gdi.py
fixing CW 8 builds for all targets
[wxWidgets.git] / wxPython / src / gtk / _gdi.py
index 347316246103dc6b0e4ee42e912f750e6c5bfe2e..7d4d700df855949e923f5f2796e8154c3c53cfac 100644 (file)
@@ -3219,7 +3219,7 @@ class DC(_core.Object):
         *text*. The generic version simply builds a running total of the widths
         of each character using GetTextExtent, however if the various
         platforms have a native API function that is faster or more accurate
-        than the generic implementaiton then it will be used instead.
+        than the generic implementation then it will be used instead.
         """
         return _gdi_.DC_GetPartialTextExtents(*args, **kwargs)