2006-01-09 Chris Toshok <toshok@ximian.com>
[mono.git] / mcs / class / System.Web / System.Web.Configuration_2.0 / CompilationSection.cs
index 83537ec919e15b69e4a7fdce8a117a0ae0f58f7c..63b8acba3cc72e66c507a51188c6bd929a8a22c5 100644 (file)
@@ -63,7 +63,7 @@ namespace System.Web.Configuration
                                                                    ConfigurationPropertyOptions.None);
                        assemblyPostProcessorTypeProp = new ConfigurationProperty ("assemblyPostProcessorType", typeof (string), "");
                        batchProp = new ConfigurationProperty ("batch", typeof (bool), true);
-                       buildProvidersProp = new ConfigurationProperty ("buidProviders", typeof (BuildProviderCollection), null,
+                       buildProvidersProp = new ConfigurationProperty ("buildProviders", typeof (BuildProviderCollection), null,
                                                                        null, PropertyHelper.DefaultValidator,
                                                                        ConfigurationPropertyOptions.None);
                        batchTimeoutProp = new ConfigurationProperty ("batchTimeout", typeof (TimeSpan), new TimeSpan (0, 15, 0),