diff --git a/src/Spring/Spring.Web.Mvc3/SpringMvcDependencyResolver.cs b/src/Spring/Spring.Web.Mvc3/SpringMvcDependencyResolver.cs index f18f15a7..46377ac0 100644 --- a/src/Spring/Spring.Web.Mvc3/SpringMvcDependencyResolver.cs +++ b/src/Spring/Spring.Web.Mvc3/SpringMvcDependencyResolver.cs @@ -21,7 +21,7 @@ namespace Spring.Web.Mvc private static readonly string IgnoreViewNamespace = "ASP."; /// - /// The to be used by the resolver + /// The to be used by the resolver /// private IApplicationContext _context; @@ -32,7 +32,7 @@ namespace Spring.Web.Mvc /// /// Initializes a new instance of the class. /// - /// The to be used by the resolver + /// The to be used by the resolver public SpringMvcDependencyResolver(IApplicationContext context) { _context = context;