X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0fba44b4103530bd7904c4b5720b7568b753daec..542178500559061ac046dde172186a7616dfd1e6:/src/os2/dcclient.cpp?ds=inline diff --git a/src/os2/dcclient.cpp b/src/os2/dcclient.cpp index 566e3d59a0..b533fdc19a 100644 --- a/src/os2/dcclient.cpp +++ b/src/os2/dcclient.cpp @@ -180,7 +180,7 @@ void wxWindowDC::InitDC() SetFont(*pFont); delete pFont; // - // OS/2 default vertical character allignment needs to match the other OS's + // OS/2 default vertical character alignment needs to match the other OS's // ::GpiSetTextAlignment((HPS)GetHPS(), TA_NORMAL_HORIZ, TA_BOTTOM);