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.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 8a5bd1a899a8..a2b16f36352e 100644
--- a/framework/qa/complex/framework/autosave/Protocol.java
+++ b/framework/qa/complex/framework/autosave/Protocol.java
@@ -592,7 +592,7 @@ public class Protocol extends JComponent
// no else - it's a bit field of possible reactions!
// But these both conditions must be handled together.
// Because we can't generate different types of log contents to the same log file.
- // We preferr HTML if both types are set.
+ // We prefer HTML if both types are set.
if (
((m_nMode & MODE_HTML ) == MODE_HTML ) ||
((m_nMode & MODE_ASCII) == MODE_ASCII)