summaryrefslogtreecommitdiff
path: root/framework/qa
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-03-25 21:12:16 +0100
committerJulien Nabet <serval2412@yahoo.fr>2015-03-25 21:12:16 +0100
commit25d3c618d831036c08194610f188e4781c135cfc (patch)
treeff5adadb16effa6262ce65a030b7c673fe180a91 /framework/qa
parent5584d73f2db413889347b4b3a1fcaf124db02b21 (diff)
Typo: formated->formatted
Change-Id: Iefd4d375a0dfb36732233852f906c6b85dccc2a5
Diffstat (limited to 'framework/qa')
-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.