From d396d697d7454e6596bd39632f24c6398bc26386 Mon Sep 17 00:00:00 2001 From: Mbucari <37587114+Mbucari@users.noreply.github.com> Date: Sat, 30 Jul 2022 10:33:04 -0600 Subject: [PATCH] Fix typos --- Source/LibationAvalonia/App.axaml.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/LibationAvalonia/App.axaml.cs b/Source/LibationAvalonia/App.axaml.cs index 90a1ea43..0d7faf38 100644 --- a/Source/LibationAvalonia/App.axaml.cs +++ b/Source/LibationAvalonia/App.axaml.cs @@ -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"); } } -} \ No newline at end of file +}