summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2019-11-10 17:27:37 +0100
committerJulien Nabet <serval2412@yahoo.fr>2019-11-10 17:33:30 +0100
commitcd8eb77fa5e258f09b2e2950111b1473ffde6408 (patch)
tree0c7c7716a84457df4dca2d4f1b3da0f9ceb35ee9 /framework
parent0aa3e4f7ccc6e15371ba097f1aa487956e7f7b1b (diff)
Typo meesages->messages (framework)
Change-Id: I9e43e516482292ce8f0506e260152b7e678c716e Reviewed-on: https://gerrit.libreoffice.org/82392 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
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 ee015e28a09f..d5cc42b67412 100644
--- a/framework/qa/complex/framework/autosave/Protocol.java
+++ b/framework/qa/complex/framework/autosave/Protocol.java
@@ -29,7 +29,7 @@ import java.sql.*;
/**
* Implements a log mechanism to create a protocol of all steps of e.g. an api test
- * It provides the possibility to write the logged meesages to a file and/or
+ * It provides the possibility to write the logged messages to a file and/or
* to stdout/stderr (if necessary at the same time!).
*
* TODO