From d1a36308202ffdc49b7aed4f8831115e0975575d Mon Sep 17 00:00:00 2001 From: David Ebbo Date: Wed, 5 Oct 2016 12:43:37 -0700 Subject: [PATCH] typo in comment --- WebActivator/ActivationManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebActivator/ActivationManager.cs b/WebActivator/ActivationManager.cs index 08365ba..8b8bf79 100644 --- a/WebActivator/ActivationManager.cs +++ b/WebActivator/ActivationManager.cs @@ -127,7 +127,7 @@ private static IEnumerable AppCodeAssemblies { get { - // Return an empty list if we;re not hosted or there aren't any + // Return an empty list if we're not hosted or there aren't any if (!HostingEnvironment.IsHosted || !_hasInited || BuildManager.CodeAssemblies == null) { return Enumerable.Empty();