diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2014-08-21 07:33:38 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2014-08-21 07:33:38 +0200 |
commit | ac57362b23859591c088e36b7218f4a606dcf3bb (patch) | |
tree | 8ad161f303986d760c952d3d3b092f0160f093cc /unotools | |
parent | d718c1f65f850f7897b942c2e4415110132e51a5 (diff) |
Typo: and->end
Change-Id: I8c3707dbf537261d7ed9a69807fc1bdeae851526
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/source/misc/fontdefs.cxx | 2 |
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; |