Typo and other fixes.

This commit is contained in:
soukoku
2014-11-13 21:49:12 -05:00
parent d2134fbcd3
commit b4865c988e
13 changed files with 96 additions and 82 deletions

View File

@@ -11,7 +11,7 @@ namespace Tester
{
static void Main(string[] args)
{
if (PlatformInfo.Current.IsApp64bit)
if (PlatformInfo.Current.IsApp64Bit)
{
Console.WriteLine("[64bit]");
}