summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2014-04-03 21:15:54 +0200
committerJulien Nabet <serval2412@yahoo.fr>2014-04-03 21:15:54 +0200
commit786b31696bd7227d4921e13df02a16912776c166 (patch)
treec4fe799047735b42b9fad0d8f20fd42e47098db6 /vcl
parentcc658066aec0a0f9589e7f9522c4431b3a3d5e96 (diff)
Typo: corect->correct
Change-Id: I31267af8aae35d647b8c4b0a0c5f926ad4779919
Diffstat (limited to 'vcl')
-rw-r--r--vcl/osx/salnativewidgets.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/osx/salnativewidgets.cxx b/vcl/osx/salnativewidgets.cxx
index d73ced9f22e1..1b86448a019a 100644
--- a/vcl/osx/salnativewidgets.cxx
+++ b/vcl/osx/salnativewidgets.cxx
@@ -642,7 +642,7 @@ bool AquaSalGraphics::drawNativeControl(ControlType nType,
case CTRL_PUSHBUTTON:
{
- // [ FIXME] : instead of use a value, vcl can retrieve corect values on the fly (to be implemented)
+ // [ FIXME] : instead of use a value, vcl can retrieve correct values on the fly (to be implemented)
const int PB_Mini_Height = 15;
const int PB_Norm_Height = 21;