Removing some terms to clear the policheck.

This commit is contained in:
Praburaj 2015-04-17 18:41:19 -07:00
parent fc96d4d3a5
commit cd878d57c1
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ using Microsoft.Framework.Logging;
namespace Microsoft.AspNet.Server.Testing namespace Microsoft.AspNet.Server.Testing
{ {
/// <summary> /// <summary>
/// Abstract base class of all deplolyers with a back bone implementation of some of the common helpers. /// Abstract base class of all deployers with implementation of some of the common helpers.
/// </summary> /// </summary>
public abstract class ApplicationDeployer : IApplicationDeployer public abstract class ApplicationDeployer : IApplicationDeployer
{ {