TextFlowEdit: fix typo in docs (closes #6)

Co-Authored-By: Jimmy Casey <jimmycasey@users.noreply.github.com>
diff --git a/textLayout/src/flashx/textLayout/edit/TextFlowEdit.as b/textLayout/src/flashx/textLayout/edit/TextFlowEdit.as
index 491994c..848bc83 100644
--- a/textLayout/src/flashx/textLayout/edit/TextFlowEdit.as
+++ b/textLayout/src/flashx/textLayout/edit/TextFlowEdit.as
@@ -623,7 +623,7 @@
 		/**
 		 * @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.