Author: lluis
Date: 2007-02-09 15:04:34 -0500 (Fri, 09 Feb 2007)
New Revision: 72554

Modified:
   trunk/monodevelop/Extras/MonoDevelop.Autotools/ChangeLog
   
trunk/monodevelop/Extras/MonoDevelop.Autotools/SimpleProjectMakefileHandler.cs
Log:
* SimpleProjectMakefileHandler.cs: Fix spelling.

Modified: trunk/monodevelop/Extras/MonoDevelop.Autotools/ChangeLog
===================================================================
--- trunk/monodevelop/Extras/MonoDevelop.Autotools/ChangeLog    2007-02-09 
19:56:24 UTC (rev 72553)
+++ trunk/monodevelop/Extras/MonoDevelop.Autotools/ChangeLog    2007-02-09 
20:04:34 UTC (rev 72554)
@@ -1,3 +1,7 @@
+2007-02-09  Lluis Sanchez Gual <[EMAIL PROTECTED]> 
+
+       * SimpleProjectMakefileHandler.cs: Fix spelling.
+
 2007-02-09  Ankit Jain <[EMAIL PROTECTED]> 
 
        * MakefileData.cs: Avoid unnecessary add/remove for references.

Modified: 
trunk/monodevelop/Extras/MonoDevelop.Autotools/SimpleProjectMakefileHandler.cs
===================================================================
--- 
trunk/monodevelop/Extras/MonoDevelop.Autotools/SimpleProjectMakefileHandler.cs  
    2007-02-09 19:56:24 UTC (rev 72553)
+++ 
trunk/monodevelop/Extras/MonoDevelop.Autotools/SimpleProjectMakefileHandler.cs  
    2007-02-09 20:04:34 UTC (rev 72554)
@@ -120,7 +120,7 @@
                                                dllReferences.Write ( newPath );
                                        } 
                                        else if (reference.ReferenceType == 
ReferenceType.Project) continue; // handled elsewhere
-                                       else throw new Exception ( 
GettextCatalog.GetString  ("Project Reference Type {0} not support yet", 
+                                       else throw new Exception ( 
GettextCatalog.GetString  ("Project Reference Type {0} not supported yet", 
                                                                
reference.ReferenceType.ToString() ) );
                                }
                                templateEngine.Variables["REFERENCES"] = 
references.ToString();

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to