summaryrefslogtreecommitdiff
path: root/vcl/unx
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2013-02-20 17:24:33 +0100
committerAndras Timar <atimar@suse.com>2013-02-20 17:25:30 +0100
commitb37a07f2da6c4fcc1a01cc3ea547c558c23edd71 (patch)
tree0fc40179b95c3fb5511afdff378217b3bf4a818b /vcl/unx
parent28300209604ee1bb8e5050322b29e95a07f679d8 (diff)
typo: allways -> always
Change-Id: I48bd0161dd76c36eeaa39c45e9539584a4ef6841
Diffstat (limited to 'vcl/unx')
-rw-r--r--vcl/unx/generic/app/saldisp.cxx2
-rw-r--r--vcl/unx/generic/gdi/salgdi.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/vcl/unx/generic/app/saldisp.cxx b/vcl/unx/generic/app/saldisp.cxx
index 725bd19f1d9f..e748bc203e85 100644
--- a/vcl/unx/generic/app/saldisp.cxx
+++ b/vcl/unx/generic/app/saldisp.cxx
@@ -208,7 +208,7 @@ sal_GetServerVendor( Display *p_display )
const vendor_t p_vendorlist[] = {
{ vendor_sun, "Sun Microsystems, Inc.", 10 },
- // allways the last entry: vendor_none to indicate eol
+ // always the last entry: vendor_none to indicate eol
{ vendor_none, NULL, 0 },
};
diff --git a/vcl/unx/generic/gdi/salgdi.cxx b/vcl/unx/generic/gdi/salgdi.cxx
index 48f295b5931b..2907b44bf03e 100644
--- a/vcl/unx/generic/gdi/salgdi.cxx
+++ b/vcl/unx/generic/gdi/salgdi.cxx
@@ -318,7 +318,7 @@ GC X11SalGraphics::SelectBrush()
}
else
{
- // Bug in Sun Solaris 2.5.1, XFillPolygon doesn't allways reflect
+ // Bug in Sun Solaris 2.5.1, XFillPolygon doesn't always reflect
// changes of the tile. PROPERTY_BUG_Tile doesn't fix this !
if (GetDisplay()->GetProperties() & PROPERTY_BUG_FillPolygon_Tile)
XSetFillStyle ( pDisplay, pBrushGC_, FillSolid );