Author: bigosmallm
Date: Sat Dec 29 10:49:24 2012
New Revision: 1426742

URL: http://svn.apache.org/viewvc?rev=1426742&view=rev
Log:
Fixed a typo in InstallApacheFlex.mxml

Modified:
    incubator/flex/utilities/trunk/installer/src/InstallApacheFlex.mxml

Modified: incubator/flex/utilities/trunk/installer/src/InstallApacheFlex.mxml
URL: 
http://svn.apache.org/viewvc/incubator/flex/utilities/trunk/installer/src/InstallApacheFlex.mxml?rev=1426742&r1=1426741&r2=1426742&view=diff
==============================================================================
--- incubator/flex/utilities/trunk/installer/src/InstallApacheFlex.mxml 
(original)
+++ incubator/flex/utilities/trunk/installer/src/InstallApacheFlex.mxml Sat Dec 
29 10:49:24 2012
@@ -288,7 +288,7 @@ variables are not required because the l
                        }
                        else
                        {
-                               request new 
URLRequest(Constants.APACHE_FLEX_URL + Constants.CONFIG_XML_NAME);
+                               request = new 
URLRequest(Constants.APACHE_FLEX_URL + Constants.CONFIG_XML_NAME);
                        }
                        
                        _loader = new URLLoader();


Reply via email to