Fix one error (target-player) in README and some minor stuff.

git-svn-id: 
https://svn.apache.org/repos/asf/incubator/flex/sdk/branches/release4.9@1425421 
13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/08ce008c
Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/08ce008c
Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/08ce008c

Branch: refs/heads/develop
Commit: 08ce008ce11dc76475dfb3b26fa61ac6fec3cb5d
Parents: b3f92d2
Author: Alex Harui <aha...@apache.org>
Authored: Sun Dec 23 06:28:53 2012 +0000
Committer: Alex Harui <aha...@apache.org>
Committed: Sun Dec 23 06:28:53 2012 +0000

----------------------------------------------------------------------
 README |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/08ce008c/README
----------------------------------------------------------------------
diff --git a/README b/README
index c12840c..89aa04f 100644
--- a/README
+++ b/README
@@ -165,7 +165,7 @@ Install Prerequisites
         On the Mac, set FLASHPLAYER_DEBUGGER to the absolute path of 
         Flash Player Debugger.app/Contents/MacOS/Flash Player Debugger
         
-        On Linux, set set FLASHPLAYER_DEBUGGER to the absolute path of 
flashplayerdebugger
+        On Linux, set FLASHPLAYER_DEBUGGER to the absolute path of 
flashplayerdebugger
             
     *5) The Adobe Pixel Bender Toolkit for Windows can be downloaded from:
             http://www.adobe.com/go/pixelbender_toolkit_zip/
@@ -183,7 +183,7 @@ Install Prerequisites
         and copy playerglobal11_1.swc to player/11.1/playerglobal.swc.
         
         Set PLAYERGLOBAL_HOME to the absolute path of the player directory 
(not including
-        the version subdirectory). The target-version option controls which 
+        the version subdirectory). The target-player option controls which 
         PLAYERGLOBAL_HOME subdirectory is used.
 
         Other more recent versions of Adode Flash Player playergloal.swc can 
be downloaded from:
@@ -194,7 +194,7 @@ Install Prerequisites
             
         These can be used with Apache Flex but have not been fully tested.
         
-    *7) The Adobe Extension Manager is only required for those creating 
release or testing
+    *7) The Adobe Extension Manager is only required for those creating 
releases or testing
             changes to the flash-integration swc.  Not that if you change APIs 
on classes
             that flash-integration depends on, you may need to update 
flash-integration.
 
@@ -382,7 +382,7 @@ Software Dependencies
 Using the Binary Distribution
 -----------------------------
 
-    You must download the thirdparty dependencies.
+    You must download the third-party dependencies.
 
     When you have all the prerequisites in place and the environment variables 
set, 
     (see Install Prerequisites above), use
@@ -402,7 +402,7 @@ Building the Framework in a Binary Distribution
         cd <flex.dir>/frameworks
         ant main        (or just ant since the default target is main)
     
-    to download the thirdparty dependencies and build the Flex framework.  You 
may be 
+    to download the third-party dependencies and build the Flex framework.  
You may be 
     prompted to acknowledge some of the downloads.  Since the third-party 
dependencies 
     take a little while to download and they don't change very often, they are 
not 
     cleaned with the regular clean target.

Reply via email to