diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-05-25 11:44:22 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-05-25 09:50:55 +0000 |
commit | 2af018e4dd99fccdc85a28b38ff924fb16a750cf (patch) | |
tree | 3d6485a3f42e9bbaace77be180d38dc7f2e175af /framework | |
parent | 75cec5cd54a731039b63d564be378a1202fb9e8b (diff) |
Fix typos
Change-Id: I860cc4aa04b4e5cd1437b2f24176ee2ccdec3266
Reviewed-on: https://gerrit.libreoffice.org/25420
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'framework')
-rw-r--r-- | framework/qa/complex/framework/autosave/Protocol.java | 4 |
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 ) && |