diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-07-21 13:44:56 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-07-21 15:48:33 +0200 |
commit | 0ebd75c5acc24568b0a792a81a3454e81faa5abb (patch) | |
tree | f71f7e4f446a20015c625924b75b221190848565 /framework | |
parent | e87108c5e769749e9ea2923e18250a276ed8a9a4 (diff) |
Fix typos
Change-Id: I43f38b4dda6b1999d84d9f9760d0fae4c0358394
Reviewed-on: https://gerrit.libreoffice.org/40277
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'framework')
-rw-r--r-- | framework/qa/complex/path_substitution/PathSubstitutionTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/qa/complex/path_substitution/PathSubstitutionTest.java b/framework/qa/complex/path_substitution/PathSubstitutionTest.java index abf83cdce99b..69c952d9d58d 100644 --- a/framework/qa/complex/path_substitution/PathSubstitutionTest.java +++ b/framework/qa/complex/path_substitution/PathSubstitutionTest.java @@ -68,7 +68,7 @@ public class PathSubstitutionTest { XMultiServiceFactory xMSF = getMSF(); System.out.println("---- Testing the XStringSubstitution interface ----"); - System.out.println("Create intance of test object.\n"); + System.out.println("Create instance of test object.\n"); XStringSubstitution oObj = null; try { |