summaryrefslogtreecommitdiff
path: root/toolkit
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 /toolkit
parent28300209604ee1bb8e5050322b29e95a07f679d8 (diff)
typo: allways -> always
Change-Id: I48bd0161dd76c36eeaa39c45e9539584a4ef6841
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/inc/toolkit/helper/emptyfontdescriptor.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/inc/toolkit/helper/emptyfontdescriptor.hxx b/toolkit/inc/toolkit/helper/emptyfontdescriptor.hxx
index e814b82b0180..3110d8195f5a 100644
--- a/toolkit/inc/toolkit/helper/emptyfontdescriptor.hxx
+++ b/toolkit/inc/toolkit/helper/emptyfontdescriptor.hxx
@@ -34,7 +34,7 @@ public:
EmptyFontDescriptor()
{
// Not all enums are initialized correctly in FontDescriptor-CTOR because
- // they are set to the first enum value, this is not allways the default value.
+ // they are set to the first enum value, this is not always the default value.
Slant = ::com::sun::star::awt::FontSlant_DONTKNOW;
Underline = ::com::sun::star::awt::FontUnderline::DONTKNOW;
Strikeout = ::com::sun::star::awt::FontStrikeout::DONTKNOW;