diff --git a/Source/AffineThreadPool.cs b/Source/AffineThreadPool.cs index 8e01aa1..eb3d600 100644 --- a/Source/AffineThreadPool.cs +++ b/Source/AffineThreadPool.cs @@ -39,7 +39,7 @@ namespace Nuclex.Support { /// inside the thread pool because the limited available threads will become /// congested quickly. It is encouraged to use this class in parallel with /// .NET's own thread pool, putting tasks that can block into the .NET thread - /// pool and task that perform pure processing into the affine thread pool. + /// pool and tasks that perform pure processing into the affine thread pool. /// /// /// Implementation based on original code provided by Stephen Toub diff --git a/Source/Settings/ConfigurationFileStore.Parsing.cs b/Source/Settings/ConfigurationFileStore.Parsing.cs index 707f231..c19b9ed 100644 --- a/Source/Settings/ConfigurationFileStore.Parsing.cs +++ b/Source/Settings/ConfigurationFileStore.Parsing.cs @@ -51,7 +51,7 @@ namespace Nuclex.Support.Settings { var store = new ConfigurationFileStore(); var state = new ParserState() { Store = store, - Category = store.RootCategory + Category = store.rootCategory }; for(; ; ) { diff --git a/Source/Settings/ConfigurationFileStore.cs b/Source/Settings/ConfigurationFileStore.cs index fde8d84..0586185 100644 --- a/Source/Settings/ConfigurationFileStore.cs +++ b/Source/Settings/ConfigurationFileStore.cs @@ -73,7 +73,7 @@ namespace Nuclex.Support.Settings { public ConfigurationFileStore() { this.options = new List