Fix typos
This commit is contained in:
parent
27ed11d904
commit
d396d697d7
@ -19,7 +19,7 @@ namespace LibationAvalonia
|
||||
{
|
||||
public static bool IsWindows => PlatformID is PlatformID.Win32NT;
|
||||
|
||||
//This is trye for both linux and mac. We'll need a way to dintinguis between those two after we get mac to actually run.
|
||||
//This is true for both linux and mac. We'll need a way to distinguish between those two after we get mac to actually run.
|
||||
public static bool IsUnix => PlatformID is PlatformID.Unix;
|
||||
|
||||
public static readonly PlatformID PlatformID = Environment.OSVersion.Platform;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user