Fix typos

This commit is contained in:
Mbucari 2022-07-30 10:33:04 -06:00 committed by GitHub
parent 27ed11d904
commit d396d697d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
@ -227,4 +227,4 @@ namespace LibationAvalonia
SeriesEntryGridBackgroundBrush = AvaloniaUtils.GetBrushFromResources("SeriesEntryGridBackgroundBrush");
}
}
}
}