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 +}