diff options
author | Andras Timar <andras.timar@collabora.com> | 2013-09-26 11:44:54 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2013-09-26 11:47:45 +0200 |
commit | 7f436c1fd3a5f879fc99652043befb35158b3321 (patch) | |
tree | fb7afa124abc55dba2c9d17f4fa10a593485febf /vcl/unx | |
parent | 69c4a8bae5caadc4ff53660dd3f2b938f6dc1734 (diff) |
typo fixes in comments
Change-Id: Iaadec33715f8e0e0c6595c5e684606905274fdab
Diffstat (limited to 'vcl/unx')
-rw-r--r-- | vcl/unx/generic/app/i18n_ic.cxx | 2 | ||||
-rw-r--r-- | vcl/unx/generic/window/salframe.cxx | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/vcl/unx/generic/app/i18n_ic.cxx b/vcl/unx/generic/app/i18n_ic.cxx index 14fd5fc36e35..3348a4f026cb 100644 --- a/vcl/unx/generic/app/i18n_ic.cxx +++ b/vcl/unx/generic/app/i18n_ic.cxx @@ -522,7 +522,7 @@ SalI18N_InputContext::SupportInputMethodStyle( XIMStyles *pIMStyles ) int nActualScore = 0; // check whether the XIM supports one of the desired styles - // only a single preedit and a single status style must occure + // only a single preedit and a single status style must occur // in a inpuut method style. Hideki said so, so i trust him for ( int nStyle = 0; nStyle < pIMStyles->count_styles; nStyle++ ) { diff --git a/vcl/unx/generic/window/salframe.cxx b/vcl/unx/generic/window/salframe.cxx index 6fe079ccff43..d723f89eabe8 100644 --- a/vcl/unx/generic/window/salframe.cxx +++ b/vcl/unx/generic/window/salframe.cxx @@ -3303,7 +3303,7 @@ long X11SalFrame::HandleKeyEvent( XKeyEvent *pEvent ) { if ( ! CallCallback(SALEVENT_KEYINPUT, &aKeyEvt) ) { - // independent layer doesnt want to handle key-event, so check + // independent layer doesn't want to handle key-event, so check // whether the keycode may have an alternate meaning KeyAlternate aAlternate = GetAlternateKeyCode( nKeyCode ); if ( aAlternate.nKeyCode != 0 ) @@ -3784,7 +3784,7 @@ long X11SalFrame::HandleReparentEvent( XReparentEvent *pEvent ) } // limit width and height if we are too large: #47757 - // olwm and fvwm need this, it doesnt harm the rest + // olwm and fvwm need this, it doesn't harm the rest // #i81311# do this only for sizable frames if( (nStyle_ & SAL_FRAME_STYLE_SIZEABLE) != 0 ) |