summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/sallayout.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/gdi/sallayout.cxx')
-rw-r--r--vcl/source/gdi/sallayout.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/gdi/sallayout.cxx b/vcl/source/gdi/sallayout.cxx
index cdf7cb88f7a6..26f8a1f2b860 100644
--- a/vcl/source/gdi/sallayout.cxx
+++ b/vcl/source/gdi/sallayout.cxx
@@ -158,7 +158,7 @@ std::ostream &operator <<(std::ostream& s, ImplLayoutArgs &rArgs)
// true if a codepoint doesn't influence the logical text width
bool IsDiacritic( sal_UCS4 nChar )
{
- // shortcut abvious non-diacritics
+ // shortcut obvious non-diacritics
if( nChar < 0x0300 )
return false;
if( nChar >= 0x2100 )