This is an automated email from the ASF dual-hosted git repository.
harbs pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
The following commit(s) were added to refs/heads/develop by this push:
new c5ac89a Fixed Spelling. (#265)
c5ac89a is described below
commit c5ac89a3a555fe913df5cac3de45ca64a686cdc9
Author: Jimmy Casey <[email protected]>
AuthorDate: Wed Aug 8 09:34:36 2018 +0100
Fixed Spelling. (#265)
---
.../src/main/royale/org/apache/royale/textLayout/edit/TextFlowEdit.as | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/frameworks/projects/TLF/src/main/royale/org/apache/royale/textLayout/edit/TextFlowEdit.as
b/frameworks/projects/TLF/src/main/royale/org/apache/royale/textLayout/edit/TextFlowEdit.as
index 780f6de..28fb93c 100644
---
a/frameworks/projects/TLF/src/main/royale/org/apache/royale/textLayout/edit/TextFlowEdit.as
+++
b/frameworks/projects/TLF/src/main/royale/org/apache/royale/textLayout/edit/TextFlowEdit.as
@@ -628,7 +628,7 @@ package org.apache.royale.textLayout.edit
/**
* @private
* findAndSplitElement - starting at the child
<code>elementIdx</code> of <code>fbe</code>, iterate
- * through the elements untill we find the one located at the
aboslute index of <code>startIdx</code>. Upon
+ * through the elements until we find the one located at the
aboslute index of <code>startIdx</code>. Upon
* locating the child, split either the element itself OR its
children based on the value of <code>splitSubBlockContents</code>
*
* @param fbe:FlowGroupElement - the FBE into which the newSPB
is being inserted.