summaryrefslogtreecommitdiff
path: root/framework/qa
diff options
context:
space:
mode:
authorGregg King <smokedart@gmail.com>2013-02-28 18:11:24 -0400
committerEike Rathke <erack@redhat.com>2013-03-02 02:45:55 +0000
commitdb7a441342f7a22d23492dbd25b113e9573db192 (patch)
treee599f39d757a43af20bc16851072c396634da07d /framework/qa
parent9ca5383abfb7f2f785e9f2e2d5b2565b9a60bbab (diff)
Typo fix: informations -> information and a few other adjacent typos.
FDO:60724 Change-Id: I73ad9f1c37cbbcf28d996ed73c75cf09553e499b Reviewed-on: https://gerrit.libreoffice.org/2479 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'framework/qa')
-rw-r--r--framework/qa/complex/framework/autosave/Protocol.java4
-rw-r--r--framework/qa/complex/loadAllDocuments/InteractionHandler.java2
-rw-r--r--framework/qa/complex/loadAllDocuments/StatusIndicator.java2
3 files changed, 4 insertions, 4 deletions
diff --git a/framework/qa/complex/framework/autosave/Protocol.java b/framework/qa/complex/framework/autosave/Protocol.java
index c49e461258f6..e8e48c0eccb4 100644
--- a/framework/qa/complex/framework/autosave/Protocol.java
+++ b/framework/qa/complex/framework/autosave/Protocol.java
@@ -474,7 +474,7 @@ public class Protocol extends JComponent
// ____________________
/**
* For some modes it's neccessary, that we write some additional
- * informations to the log. E.g. for html we must generate close targets.
+ * information to the log. E.g. for html we must generate close targets.
*/
public synchronized void finish()
{
@@ -513,7 +513,7 @@ public class Protocol extends JComponent
/**
* log an exception.
*
- * It uses all informations available by this exception object
+ * It uses all information available by this exception object
* to generate the log. So exceptions are printed out using a
* standard format.
*
diff --git a/framework/qa/complex/loadAllDocuments/InteractionHandler.java b/framework/qa/complex/loadAllDocuments/InteractionHandler.java
index cd558ab7e8ce..c2a297d5000a 100644
--- a/framework/qa/complex/loadAllDocuments/InteractionHandler.java
+++ b/framework/qa/complex/loadAllDocuments/InteractionHandler.java
@@ -65,7 +65,7 @@ public class InteractionHandler implements XInteractionHandler
/**
* Called to start the interaction, because the outside code whish to solve
* a detected problem or to inform the user about something.
- * We safe the informations here and can handle two well known continuations
+ * We save the information here and can handle two well known continuations
* only.
* [abort and retry].
*
diff --git a/framework/qa/complex/loadAllDocuments/StatusIndicator.java b/framework/qa/complex/loadAllDocuments/StatusIndicator.java
index bf2c0ce4ba2b..d92e271516e7 100644
--- a/framework/qa/complex/loadAllDocuments/StatusIndicator.java
+++ b/framework/qa/complex/loadAllDocuments/StatusIndicator.java
@@ -25,7 +25,7 @@ package complex.loadAllDocuments;
/**
* Implemets a simple status indicator, which
- * provide informations about state of a load request.
+ * provide information about state of a load request.
* It can be used as an argument e.g. for loadComponentFromURL().
*/
public class StatusIndicator implements com.sun.star.task.XStatusIndicator