[Libreoffice-commits] core.git: framework/qa

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Wed Jun 12 05:10:45 UTC 2019


 framework/qa/complex/framework/autosave/Protocol.java |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit fb0e62afef161faa18a93169c657984e4f877fd8
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Jun 10 16:56:28 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed Jun 12 07:09:33 2019 +0200

    Fix typo
    
    Change-Id: I8fec8ce31cd74c3322bc55bdbb2692e9f9941d45
    Reviewed-on: https://gerrit.libreoffice.org/73850
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/framework/qa/complex/framework/autosave/Protocol.java b/framework/qa/complex/framework/autosave/Protocol.java
index 1095ef9a035f..ee015e28a09f 100644
--- a/framework/qa/complex/framework/autosave/Protocol.java
+++ b/framework/qa/complex/framework/autosave/Protocol.java
@@ -49,7 +49,7 @@ public class Protocol extends JComponent
      * @const   TYPE_SCOPE_OPEN         open, mark or count a new scope for following log statements
      * @const   TYPE_SCOPE_CLOSE        close, mark or count the current scope
      * @const   TYPE_TESTMARK           it marks the beginning of a (sub)test, can be used for statistic purposes
-     * @const   TYPE_OK                 this protocol line is marked as a OK message
+     * @const   TYPE_OK                 this protocol line is marked as an OK message
      * @const   TYPE_ERROR              this protocol line is marked as an error
      * @const   TYPE_WARNING            this protocol line is marked as a warning
      * @const   TYPE_INFO               this protocol line represent some debug data for analyzing
@@ -478,7 +478,7 @@ public class Protocol extends JComponent
     /**
      * log an unspecified message.
      *
-     * Sometimes it's not necessary to set a special type for an message.
+     * Sometimes it's not necessary to set a special type for a message.
      * The pure message seems to be enough. The type of such "pure messages"
      * will be set to INFO.
      *


More information about the Libreoffice-commits mailing list