This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/flex-flexunit.git
commit ae569c92ef3042282b493231eb8898bc948c0a23 Author: Josh Tynjala <[email protected]> AuthorDate: Mon Mar 4 09:12:05 2024 -0800 fix typo --- FlexUnit4/downloads.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FlexUnit4/downloads.xml b/FlexUnit4/downloads.xml index 99f43c6..80e2a60 100644 --- a/FlexUnit4/downloads.xml +++ b/FlexUnit4/downloads.xml @@ -34,7 +34,7 @@ Licenses: flexunit1lib () - TODO license??? - harmcrest (1.1.3) - (https://github.com/drewbourne/hamcrest-as3/blob/master/hamcrest/LICENSE) + hamcrest (1.1.3) - (https://github.com/drewbourne/hamcrest-as3/blob/master/hamcrest/LICENSE) --> <!-- @@ -203,7 +203,7 @@ <get src="https://raw.github.com/drewbourne/hamcrest-as3/master/hamcrest/LICENSE" dest="${lib.dir}/hamcrest-LICENSE"/> </target> - <target name="hamcrest-swc-check" description="Checks if harmcrest swc exists."> + <target name="hamcrest-swc-check" description="Checks if hamcrest swc exists."> <condition property="hamcrest.swc.exists"> <and> <available file="${lib.dir}/hamcrest-as3-flex-1.1.3.swc"/>
