From ac57362b23859591c088e36b7218f4a606dcf3bb Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Thu, 21 Aug 2014 07:33:38 +0200 Subject: Typo: and->end Change-Id: I8c3707dbf537261d7ed9a69807fc1bdeae851526 --- unotools/source/misc/fontdefs.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unotools') 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; -- cgit