Repository: flex-utilities
Updated Branches:
  refs/heads/develop f1e293427 -> 68e4e93ac


fix up a few spelling errors and the like


Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/68e4e93a
Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/68e4e93a
Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/68e4e93a

Branch: refs/heads/develop
Commit: 68e4e93ac70a61e31029f3d4601184ca90222878
Parents: f1e2934
Author: Justin Mclean <jmcl...@apache.org>
Authored: Sat Nov 15 16:52:05 2014 +1100
Committer: Justin Mclean <jmcl...@apache.org>
Committed: Sat Nov 15 16:52:05 2014 +1100

----------------------------------------------------------------------
 flex-tool-api/README        | 26 +++++++++++++-------------
 flex-tool-api/RELEASE_NOTES | 12 +++++-------
 2 files changed, 18 insertions(+), 20 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/68e4e93a/flex-tool-api/README
----------------------------------------------------------------------
diff --git a/flex-tool-api/README b/flex-tool-api/README
index bd27e89..9f3d0f4 100644
--- a/flex-tool-api/README
+++ b/flex-tool-api/README
@@ -1,19 +1,21 @@
 Apache Flex Tool API
 =====================
 
-    Apache Flex Tool API 1.0.0 is the first release of an API allowing to 
utilize
-    all Apache Flex compilers in a uniform way. Besides the FlexToolGroup and 
FlexTool
-    interfaces it provides a convenience AbstractFlexToolGroup implementing
-    all necessary methods as well as a FlexToolRegistry class using Javas
-    ServiceLoader mechanism to find an load FlexToolGroup instances.
-
-Getting the latest sources via git
+    Apache Flex Tool API 1.0.0 is the first release of an API allowing to 
utilise
+    all Apache Flex compilers in a uniform way.
+    
+    It provides:
+    - The FlexToolGroup and FlexTool interfaces.
+    - A convenience AbstractFlexToolGroup class implementing all the 
FlexToolGroup methods.
+    - A FlexToolRegistry class using Java's ServiceLoader mechanism to find on 
loading the FlexToolGroup instance.
+
+Getting the latest sources via Git
 ==================================
 
     Getting the source code is the recommended way to get the Apache Flex Tool 
API.
 
-    You can always checkout the latest source via git using the following
-    command:
+    You can always checkout the latest source from Apache's source control 
repository
+    using the following commands:
 
         git clone https://git-wip-us.apache.org/repos/asf/flex-utilities.git 
flex-utilities
         cd flex-utilities
@@ -64,17 +66,15 @@ Software Dependencies
 
     The Apache Flex Compiler doesn't use any third-party code.
 
-    The Apache Version 2.0 license is in the LICENSE file.
-
 
 Using the Binary Distribution
 -----------------------------
 
-    Binary artifacts of the Flex Tool API are available on Apaches
+    Binary artifacts of the Flex Tool API are available on Apache's
     public Maven repository.
 
     By adding a Dependency to the following Maven artifact the
-    binary version of the Flex Tool API will automatically be downloaded
+    binary version of the Flex Tool API will automatically be downloaded.
 
     <dependency>
         <groupId>org.apache.flex</groupId>

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/68e4e93a/flex-tool-api/RELEASE_NOTES
----------------------------------------------------------------------
diff --git a/flex-tool-api/RELEASE_NOTES b/flex-tool-api/RELEASE_NOTES
index 86e883e..2445af1 100644
--- a/flex-tool-api/RELEASE_NOTES
+++ b/flex-tool-api/RELEASE_NOTES
@@ -1,10 +1,8 @@
 Apache Flex Tool API 1.0.0
-=================
-Apache Flex Tool API 1.0.0 is the first release of an API allowing to utilize
-all Apache Flex compilers in a uniform way. Besides the FlexToolGroup and 
FlexTool
-interfaces it provides a convenience AbstractFlexToolGroup implementing
-all necessary methods as well as a FlexToolRegistry class using Javas
-ServiceLoader mechanism to find an load FlexToolGroup instances.
+===========================
+
+Apache Flex Tool API 1.0.0 is the first release of an API allowing to utilise
+all Apache Flex compilers in a uniform way.
 
 Known Issues
 _____________
@@ -12,7 +10,7 @@ _____________
 Currently None.
 
 
-Please report new issues to our bugbase at:
+Please report new issues to our bug base at:
 
     https://issues.apache.org/jira/browse/FLEX
 

Reply via email to