From aade27554d427649810f5635133519cadfa8002f Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 22 Jun 2015 14:31:42 +0200 Subject: Fix typos Change-Id: I60ed5eb658d50cbc7dc572facb5463b7527b4d9b Reviewed-on: https://gerrit.libreoffice.org/16408 Reviewed-by: Michael Stahl Tested-by: Michael Stahl --- framework/qa/complex/XUserInputInterception/EventTest.java | 2 +- framework/qa/complex/path_settings/PathSettingsTest.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'framework/qa') diff --git a/framework/qa/complex/XUserInputInterception/EventTest.java b/framework/qa/complex/XUserInputInterception/EventTest.java index fc92beb9a63b..3063981a21f2 100644 --- a/framework/qa/complex/XUserInputInterception/EventTest.java +++ b/framework/qa/complex/XUserInputInterception/EventTest.java @@ -228,7 +228,7 @@ public class EventTest { } /** - * This is the central test method. It is called by ceck[DOCTYPE]Document. It + * This is the central test method. It is called by check[DOCTYPE]Document. It * creates the XUserInputInterception from the document and call the * checkMouseListener test and the checkKeyListener test * @param xDoc the document to test diff --git a/framework/qa/complex/path_settings/PathSettingsTest.java b/framework/qa/complex/path_settings/PathSettingsTest.java index d3aa875689bd..c9aa25a666c1 100644 --- a/framework/qa/complex/path_settings/PathSettingsTest.java +++ b/framework/qa/complex/path_settings/PathSettingsTest.java @@ -464,7 +464,7 @@ public class PathSettingsTest bResult = false; } - // Property_internal can't change we will not arrive bejond this line + // Property_internal can't change we will not arrive beyond this line // check the change Object oObj = xFPS.getFastPropertyValue(handle); -- cgit