From cd878d57c1fc750299cf3fdb392a2d0e1f65f9c7 Mon Sep 17 00:00:00 2001 From: Praburaj Date: Fri, 17 Apr 2015 18:41:19 -0700 Subject: [PATCH] Removing some terms to clear the policheck. --- .../Deployers/ApplicationDeployer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.AspNet.Server.Testing/Deployers/ApplicationDeployer.cs b/src/Microsoft.AspNet.Server.Testing/Deployers/ApplicationDeployer.cs index c974840a22..a5505c169c 100644 --- a/src/Microsoft.AspNet.Server.Testing/Deployers/ApplicationDeployer.cs +++ b/src/Microsoft.AspNet.Server.Testing/Deployers/ApplicationDeployer.cs @@ -12,7 +12,7 @@ using Microsoft.Framework.Logging; namespace Microsoft.AspNet.Server.Testing { /// - /// 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. /// public abstract class ApplicationDeployer : IApplicationDeployer {