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 0a85bf0063e7..82f3eb355dc8 100644
--- a/framework/qa/complex/framework/autosave/Protocol.java
+++ b/framework/qa/complex/framework/autosave/Protocol.java
@@ -555,7 +555,7 @@ public class Protocol extends JComponent
++m_nLine;
- // it's necessary to open scopes before creatig the protocol line
+ // it's necessary to open scopes before creating the protocol line
// to guarantee right tab handling for new scope value!
if ((nType & TYPE_SCOPE_OPEN) == TYPE_SCOPE_OPEN)
++m_nScope;
@@ -565,7 +565,7 @@ public class Protocol extends JComponent
String sAsciiLog = aLine.toString();
String sHTMLLog = aLine.toHTML();
- // it's necessary to close scope after creatig the protocol line
+ // it's necessary to close scope after creating the protocol line
// to guarantee right tab handling for old scope value!
if (
( m_nScope > 0 ) &&