Typo: (un)kown->(un)known

Change-Id: I7455c928293cd8d2d2ff16aa85fe02c9a54959d2
Reviewed-on: https://gerrit.libreoffice.org/28801
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
Julien Nabet
2016-09-10 12:51:15 +02:00
parent 78ea29d51a
commit 1c6596af45
5 changed files with 6 additions and 6 deletions

View File

@@ -540,7 +540,7 @@ sal_Int16 ODatabaseExport::CheckString(const OUString& aCheckToken, sal_Int16 _n
}
break;
default:
SAL_WARN("dbaccess.ui", "ODatabaseExport: Unkown NumberFormat");
SAL_WARN("dbaccess.ui", "ODatabaseExport: Unknown NumberFormat");
}
}
}

View File

@@ -237,7 +237,7 @@ public class TypeDetection extends ComplexTestCase {
/**
* The <code>MediaDescriptor</code> was filled with the URL of a file. The
* <code>type</code> of the file is kown and must be returned by
* <code>type</code> of the file is known and must be returned by
* <code>MediaDescriptor</code>
*
* Syntax of files.csv:
@@ -338,7 +338,7 @@ public class TypeDetection extends ComplexTestCase {
/**
* The <code>MediaDescriptor</code> was filled with the URL of a file. The
* <code>type</code> of the file is kown and must be returned by
* <code>type</code> of the file is known and must be returned by
* <code>MediaDescriptor</code>
*
* Syntax of files.csv:

View File

@@ -106,7 +106,7 @@ public:
request data with a new one that reflects recent changes in the
content of the page object.
@return
When the key is kown then return <TRUE/>.
When the key is known then return <TRUE/>.
*/
bool InvalidatePreviewBitmap (const CacheKey aKey);

View File

@@ -343,7 +343,7 @@ void WindowUIObject::execute(const OUString& rAction,
if (!bHandled)
{
SAL_WARN("vcl.uitest", "unkown action or parameter for " << get_name() << ". Action: " << rAction);
SAL_WARN("vcl.uitest", "unknown action or parameter for " << get_name() << ". Action: " << rAction);
}
}

View File

@@ -166,7 +166,7 @@ void Window::ImplUpdateGlobalSettings( AllSettings& rSettings, bool bCallHdl )
defFontheight = maxFontheight;
// if the UI is korean, chinese or another locale
// where the system font size is kown to be often too small to
// where the system font size is known to be often too small to
// generate readable fonts enforce a minimum font size of 9 points
bool bBrokenLangFontHeight = MsLangId::isCJK(Application::GetSettings().GetUILanguageTag().getLanguageType());
if (bBrokenLangFontHeight)