From b9dd51782ceba70bda091191349d31767b7bf744 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 8 Jun 2015 14:06:08 +0200 Subject: some spelling fixes, mostly in Java code Change-Id: Ib9d0522a1f371404ee990348712e2d196049f69f --- qadevOOo/tests/java/mod/_fps/FilePicker.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'qadevOOo/tests/java/mod/_fps') diff --git a/qadevOOo/tests/java/mod/_fps/FilePicker.java b/qadevOOo/tests/java/mod/_fps/FilePicker.java index 6ce1107eda1d..87cbefcf743c 100644 --- a/qadevOOo/tests/java/mod/_fps/FilePicker.java +++ b/qadevOOo/tests/java/mod/_fps/FilePicker.java @@ -44,7 +44,7 @@ import com.sun.star.uno.XInterface; *
  • com::sun::star::ui::XFilePickerNotifier
  • * * This object test is NOT designed to be run in several -* threads concurently. +* threads concurrently. * @see com.sun.star.ui.XFilePicker * @see com.sun.star.lang.XInitialization * @see com.sun.star.lang.XServiceInfo @@ -68,7 +68,7 @@ import com.sun.star.uno.XInterface; public class FilePicker extends TestCase { /** - * Creating a Testenvironment for the interfaces to be tested. + * Creating a TestEnvironment for the interfaces to be tested. * Creates an instance of the service * com.sun.star.ui.FilePicker.

    * Object relations created : -- cgit