From 3a945f5d486f430a54cc80f3b395fb7dbcb65054 Mon Sep 17 00:00:00 2001 From: Markus Ewald Date: Wed, 23 Jul 2014 19:20:42 +0000 Subject: [PATCH] Minor cosmetic improvements git-svn-id: file:///srv/devel/repo-conversion/nusu@324 d2e56fa2-650e-0410-a79f-9358c0239efd --- Source/AffineThreadPool.cs | 2 +- Source/Settings/ConfigurationFileStore.Parsing.cs | 2 +- Source/Settings/ConfigurationFileStore.cs | 14 +++++++------- 3 files changed, 9 insertions(+), 9 deletions(-) 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