From be24957bb5baeec771ead82ab6e7e0367e61417f Mon Sep 17 00:00:00 2001 From: twisterino Date: Thu, 10 Jul 2014 11:50:51 +0100 Subject: [PATCH] Typo --- .../NUnit/AbstractDependencyInjectionSpringContextTestsTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Spring/Spring.Testing.NUnit.Tests/Testing/NUnit/AbstractDependencyInjectionSpringContextTestsTests.cs b/test/Spring/Spring.Testing.NUnit.Tests/Testing/NUnit/AbstractDependencyInjectionSpringContextTestsTests.cs index c7833365..014773d4 100644 --- a/test/Spring/Spring.Testing.NUnit.Tests/Testing/NUnit/AbstractDependencyInjectionSpringContextTestsTests.cs +++ b/test/Spring/Spring.Testing.NUnit.Tests/Testing/NUnit/AbstractDependencyInjectionSpringContextTestsTests.cs @@ -149,7 +149,7 @@ namespace Spring.Testing.NUnit protected override void OnTearDown() { - throw new Exception("TearDown Expcetion"); + throw new Exception("TearDown Exception"); } }