diff options
Diffstat (limited to 'vcl/inc/osx')
-rw-r--r-- | vcl/inc/osx/salframe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/inc/osx/salframe.h b/vcl/inc/osx/salframe.h index 905b089aedc3..82bd117284ce 100644 --- a/vcl/inc/osx/salframe.h +++ b/vcl/inc/osx/salframe.h @@ -180,7 +180,7 @@ public: void getResolution( sal_Int32& o_rDPIX, sal_Int32& o_rDPIY ); - // actually the follwing methods do the same thing: flipping y coordinates + // actually the following methods do the same thing: flipping y coordinates // but having two of them makes clearer what the coordinate system // is supposed to be before and after void VCLToCocoa( NSRect& io_rRect, bool bRelativeToScreen = true ); |