From 465489d97ab9ffa0bfee02d80eb99aad771aee3f Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 2 Jul 2015 18:22:30 +0200 Subject: Fix typos Change-Id: Id884946cae0687d0b71c967e236e58df17567884 Reviewed-on: https://gerrit.libreoffice.org/16707 Reviewed-by: Michael Stahl Tested-by: Michael Stahl --- forms/qa/integration/forms/FormControlTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'forms/qa') 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"; } -- cgit