diff options
author | Matthias Seidel <mseidel@apache.org> | 2019-06-08 20:30:34 +0000 |
---|---|---|
committer | Matthias Seidel <mseidel@apache.org> | 2019-06-08 20:30:34 +0000 |
commit | 6015f80e372b5418bffd2f99de52a0d017584423 (patch) | |
tree | f6ea4452256231bc0e17ad84e92ca6e58e79b2a7 /vcl/unx/generic | |
parent | 9c1e4323cfee647069fe55432671f34332077cf1 (diff) |
Fixed typos (wether -> whether)
Notes
Notes:
ignore: obsolete
Diffstat (limited to 'vcl/unx/generic')
-rw-r--r-- | vcl/unx/generic/app/saldisp.cxx | 2 | ||||
-rw-r--r-- | vcl/unx/generic/dtrans/X11_selection.cxx | 2 | ||||
-rw-r--r-- | vcl/unx/generic/fontmanager/fontmanager.cxx | 2 | ||||
-rw-r--r-- | vcl/unx/generic/gdi/salprnpsp.cxx | 2 | ||||
-rw-r--r-- | vcl/unx/generic/printergfx/psheader.ps | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/vcl/unx/generic/app/saldisp.cxx b/vcl/unx/generic/app/saldisp.cxx index 1d44250b17b4..8c584a9354f4 100644 --- a/vcl/unx/generic/app/saldisp.cxx +++ b/vcl/unx/generic/app/saldisp.cxx @@ -231,7 +231,7 @@ static sal_Bool sal_GetVisualInfo( Display *pDisplay, XID nVID, XVisualInfo &rVI // --------------------------------------------------------------------------- -// check wether displaystring is in format N.M or N. or just N +// check whether displaystring is in format N.M or N. or just N // with N and M beeing natural numbers static sal_Bool sal_IsDisplayNumber( const char *pDisplayString ) diff --git a/vcl/unx/generic/dtrans/X11_selection.cxx b/vcl/unx/generic/dtrans/X11_selection.cxx index 9897b8362fbb..dda60c3b1228 100644 --- a/vcl/unx/generic/dtrans/X11_selection.cxx +++ b/vcl/unx/generic/dtrans/X11_selection.cxx @@ -3013,7 +3013,7 @@ int SelectionManager::getXdndVersion( XLIB_Window aWindow, XLIB_Window& rProxy ) pBytes = NULL; if( rProxy != None ) { - // now check proxy wether it points to itself + // now check proxy whether it points to itself XGetWindowProperty( m_pDisplay, rProxy, m_nXdndProxy, 0, 1, False, XA_WINDOW, &nType, &nFormat, &nItems, &nBytes, &pBytes ); if( pBytes ) diff --git a/vcl/unx/generic/fontmanager/fontmanager.cxx b/vcl/unx/generic/fontmanager/fontmanager.cxx index e511bf87a054..529cb8b7adb3 100644 --- a/vcl/unx/generic/fontmanager/fontmanager.cxx +++ b/vcl/unx/generic/fontmanager/fontmanager.cxx @@ -835,7 +835,7 @@ bool PrintFontManager::PrintFont::readAfmMetrics( const OString& rFileName, Mult else if( m_aEncoding == RTL_TEXTENCODING_DONTKNOW ) m_aEncoding = RTL_TEXTENCODING_ADOBE_STANDARD; - // try to parse the font name and decide wether it might be a + // try to parse the font name and decide whether it might be a // japanese font. Who invented this PITA ? OUString aPSNameLastToken( aPSName.copy( aPSName.lastIndexOf( '-' )+1 ) ); if( ! aPSNameLastToken.compareToAscii( "H" ) || diff --git a/vcl/unx/generic/gdi/salprnpsp.cxx b/vcl/unx/generic/gdi/salprnpsp.cxx index 9df779772b7e..666677163dc0 100644 --- a/vcl/unx/generic/gdi/salprnpsp.cxx +++ b/vcl/unx/generic/gdi/salprnpsp.cxx @@ -977,7 +977,7 @@ sal_Bool PspSalPrinter::StartJob( m_aJobData.setCollate( bCollate ); } - // check wether this printer is configured as fax + // check whether this printer is configured as fax int nMode = 0; const PrinterInfo& rInfo( PrinterInfoManager::get().getPrinterInfo( m_aJobData.m_aPrinterName ) ); sal_Int32 nIndex = 0; diff --git a/vcl/unx/generic/printergfx/psheader.ps b/vcl/unx/generic/printergfx/psheader.ps index 3eefbcaaf0ef..3b964808d9fa 100644 --- a/vcl/unx/generic/printergfx/psheader.ps +++ b/vcl/unx/generic/printergfx/psheader.ps @@ -53,7 +53,7 @@ begin currentfile 1 string readstring % s bool pop % s 0 get % s[0] - % --- check wether s[0] is CR, LF ... + % --- check whether s[0] is CR, LF ... dup 32 gt % s > ' ' ? then read on { exit } { pop } |