summaryrefslogtreecommitdiff
path: root/framework/qa/complex/framework/autosave/Protocol.java
diff options
context:
space:
mode:
Diffstat (limited to 'framework/qa/complex/framework/autosave/Protocol.java')
-rw-r--r--framework/qa/complex/framework/autosave/Protocol.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/qa/complex/framework/autosave/Protocol.java b/framework/qa/complex/framework/autosave/Protocol.java
index 6748fc3ad6b1..76f64b21e59e 100644
--- a/framework/qa/complex/framework/autosave/Protocol.java
+++ b/framework/qa/complex/framework/autosave/Protocol.java
@@ -405,7 +405,7 @@ public class Protocol extends JComponent
}
/**
- * create a colored table cell formated as HTML.
+ * create a colored table cell formatted as HTML.
*
* @param sCell
* an outside string buffer, which can be
@@ -662,7 +662,7 @@ public class Protocol extends JComponent
/**
* returns a generic html header for generating html log files
*
- * It's used from the method finish() to generate a valid html formated file.
+ * It's used from the method finish() to generate a valid html formatted file.
* For that its necessary to open some special html targets like e.g. <html>.
*
* @return A string, which includes the whole header.