From b03ce74f899bcc2094d50c174a5b94b123cfbf25 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 11 Aug 2019 19:36:48 +0200 Subject: Fix typos Change-Id: I096dd79f82ab7bef91dbfb0d64649c05521934e7 Reviewed-on: https://gerrit.libreoffice.org/77305 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- qadevOOo/tests/java/ifc/datatransfer/clipboard/_XClipboard.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qadevOOo/tests/java/ifc/datatransfer') diff --git a/qadevOOo/tests/java/ifc/datatransfer/clipboard/_XClipboard.java b/qadevOOo/tests/java/ifc/datatransfer/clipboard/_XClipboard.java index e3d7b29f6914..95606a684561 100644 --- a/qadevOOo/tests/java/ifc/datatransfer/clipboard/_XClipboard.java +++ b/qadevOOo/tests/java/ifc/datatransfer/clipboard/_XClipboard.java @@ -101,7 +101,7 @@ public class _XClipboard extends MultiMethodTest { /** * Sets new contents for the clipboard. Then checks if it was set, - * and if lostOwnership() notification of the prevoius + * and if lostOwnership() notification of the previous * contents was called with appropriate parameters.

* Has OK status if getContents returns the same * object which is set, and notification was received. -- cgit