diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-07-02 18:22:30 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-07-03 09:43:46 +0000 |
commit | 465489d97ab9ffa0bfee02d80eb99aad771aee3f (patch) | |
tree | 0405a31efbde5e1ef61ad23afbea087a2c9cf31b /forms/qa/integration | |
parent | 420923ba76ad84892fd242ed37be9d85e1ea03fe (diff) |
Fix typos
Change-Id: Id884946cae0687d0b71c967e236e58df17567884
Reviewed-on: https://gerrit.libreoffice.org/16707
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'forms/qa/integration')
-rw-r--r-- | forms/qa/integration/forms/FormControlTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/qa/integration/forms/FormControlTest.java b/forms/qa/integration/forms/FormControlTest.java index ba892e037608..de096949c017 100644 --- a/forms/qa/integration/forms/FormControlTest.java +++ b/forms/qa/integration/forms/FormControlTest.java @@ -880,7 +880,7 @@ public class FormControlTest extends complexlib.ComplexTestCase implements XSQLE } log.println( "created temporary image file: " + m_sImageURL ); - // for later setting the url at the imaghe control, we need a real URL, no system path + // for later setting the url at the image control, we need a real URL, no system path m_sImageURL = util.utils.getOfficeTemp( m_orb ) + "image.gif"; } |