summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
Diffstat (limited to 'unotools')
-rw-r--r--unotools/source/misc/fontdefs.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/source/misc/fontdefs.cxx b/unotools/source/misc/fontdefs.cxx
index 61f6a0716bed..4a45fce78951 100644
--- a/unotools/source/misc/fontdefs.cxx
+++ b/unotools/source/misc/fontdefs.cxx
@@ -335,7 +335,7 @@ void GetEnglishSearchFontName( OUString& rName )
// Remove Script at the end
// Scriptname must be the last part of the fontname and
// looks like "fontname (scriptname)". So there can only be a
- // script name at the and of the fontname, when the last char is ')'
+ // script name at the end of the fontname, when the last char is ')'
if ( (nLen >= 3) && rName[ nLen-1 ] == ')' )
{
int nOpen = 1;