Correct spelling error

This commit is contained in:
Sebastiaan Janssen
2013-04-16 04:27:03 -02:00
parent 33190ea5e1
commit e4e0bcf642
3 changed files with 3 additions and 3 deletions

View File

@@ -45,7 +45,7 @@ namespace Umbraco.Core.ObjectResolution
/// <summary>
/// Create instances of all of the legacy startup handlers
/// </summary>
public void InstantiateLegacyStartupHanlders()
public void InstantiateLegacyStartupHandlers()
{
//this will instantiate them all
var handlers = _legacyResolver.LegacyStartupHandlers;