summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-01-26 11:12:03 +0100
committerJens Carl <j.carl43@gmx.de>2018-01-27 08:48:17 +0100
commit73ded2398e2e99f6604f6b76d4129163fffd462f (patch)
treef5124d7e3b7bdfe6e6610ce516560f22e368af25 /framework
parent72c68a3d1768ea2e05671aee3b2a0db8d87c9e86 (diff)
Fix typos
Change-Id: Id1a19f2c8b44131773d4d5270a607c1907b16597 Reviewed-on: https://gerrit.libreoffice.org/48684 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'framework')
-rw-r--r--framework/qa/complex/framework/autosave/Protocol.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/qa/complex/framework/autosave/Protocol.java b/framework/qa/complex/framework/autosave/Protocol.java
index 8f329246eec8..1095ef9a035f 100644
--- a/framework/qa/complex/framework/autosave/Protocol.java
+++ b/framework/qa/complex/framework/autosave/Protocol.java
@@ -725,7 +725,7 @@ public class Protocol extends JComponent
/**
- * it trys to convert the given any into a suitable string notation .-)
+ * it tries to convert the given any into a suitable string notation .-)
*/
private synchronized void impl_logAny( /*OUT*/ StringBuffer sOut ,
/*IN */ Object aAny )