summaryrefslogtreecommitdiff
path: root/accessibility
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 /accessibility
parent28300209604ee1bb8e5050322b29e95a07f679d8 (diff)
typo: allways -> always
Change-Id: I48bd0161dd76c36eeaa39c45e9539584a4ef6841
Diffstat (limited to 'accessibility')
-rw-r--r--accessibility/inc/accessibility/standard/vclxaccessibletextfield.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/accessibility/inc/accessibility/standard/vclxaccessibletextfield.hxx b/accessibility/inc/accessibility/standard/vclxaccessibletextfield.hxx
index fe28f36fedf5..226fb01c8e2a 100644
--- a/accessibility/inc/accessibility/standard/vclxaccessibletextfield.hxx
+++ b/accessibility/inc/accessibility/standard/vclxaccessibletextfield.hxx
@@ -31,7 +31,7 @@ typedef ::cppu::ImplHelper1<
/** This class represents non editable text fields. The object passed to
the constructor is expected to be a list (a <type>ListBox</type> to be
- more specific). From this allways the selected item is token to be made
+ more specific). From this always the selected item is token to be made
accessible by this class. When the selected item changes then also the
exported text changes.
*/