Skip to content

Commit

Permalink
Update 41_TraceLogMonitor.cs
Browse files Browse the repository at this point in the history
Message Typo
  • Loading branch information
rageit committed Sep 17, 2014
1 parent 5b83cc1 commit 2a74a01
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -41,7 +41,7 @@ public static void Run()

if (Environment.OSVersion.Version.Major * 10 + Environment.OSVersion.Version.Minor < 62)
{
Out.WriteLine("This demo only works on Win8 / Win 2012 an above)");
Out.WriteLine("This demo only works on Win8 / Win 2012 and above)");
return;
}

Expand Down

0 comments on commit 2a74a01

Please sign in to comment.