diff --git a/Source/Parsing/CommandLine.Parser.cs b/Source/Parsing/CommandLine.Parser.cs index 07c4fb9..a6c840b 100644 --- a/Source/Parsing/CommandLine.Parser.cs +++ b/Source/Parsing/CommandLine.Parser.cs @@ -381,4 +381,4 @@ namespace Nuclex.Support.Parsing { } // namespace Nuclex.Support.Parsing -#endif // ENABLE_BROKEN_COMMAND_LINE_PARSER +#endif // ENABLE_BROKEN_COMMAND_LINE_PARSER diff --git a/Source/Scheduling/AbortedException.Test.cs b/Source/Scheduling/AbortedException.Test.cs index b475a81..f9417d6 100644 --- a/Source/Scheduling/AbortedException.Test.cs +++ b/Source/Scheduling/AbortedException.Test.cs @@ -31,7 +31,7 @@ using NMock2; namespace Nuclex.Support.Scheduling { - /// Unit Test for the request class + /// Unit Test for the AbortedException class [TestFixture] public class AbortedExceptionTest {