summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/datatransfer
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-11 19:36:48 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-12 11:49:02 +0200
commitb03ce74f899bcc2094d50c174a5b94b123cfbf25 (patch)
tree74bb25a4a0901f197ed7ee1e32f186d7ada22784 /qadevOOo/tests/java/ifc/datatransfer
parent07002fba499d855a525d6c53612ef6ec0614c465 (diff)
Fix typos
Change-Id: I096dd79f82ab7bef91dbfb0d64649c05521934e7 Reviewed-on: https://gerrit.libreoffice.org/77305 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'qadevOOo/tests/java/ifc/datatransfer')
-rw-r--r--qadevOOo/tests/java/ifc/datatransfer/clipboard/_XClipboard.java2
1 files changed, 1 insertions, 1 deletions
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 <code>lostOwnership()</code> notification of the prevoius
+ * and if <code>lostOwnership()</code> notification of the previous
* contents was called with appropriate parameters.<p>
* Has <b> OK </b> status if <code>getContents</code> returns the same
* object which is set, and notification was received.