X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bb2ef2cc9ed97a347c3a5f45b51127b6faa301aa..1f780e48af479e7bf9a07eaaa1ab6b41f1ffb17b:/wxPython/src/mac/_gdi.py diff --git a/wxPython/src/mac/_gdi.py b/wxPython/src/mac/_gdi.py index 59802f4027..55ae2364fc 100644 --- a/wxPython/src/mac/_gdi.py +++ b/wxPython/src/mac/_gdi.py @@ -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)