Skip to content

Commit

Permalink
typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
davidebbo committed Oct 5, 2016
1 parent 519d24b commit d1a3630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WebActivator/ActivationManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ private static IEnumerable<Assembly> 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<Assembly>();
Expand Down

0 comments on commit d1a3630

Please sign in to comment.