Spell checks

This commit is contained in:
Garrett
2024-07-14 21:32:29 -05:00
parent 26a5f1ba07
commit 3175a6244a
2 changed files with 4 additions and 4 deletions

View File

@@ -655,7 +655,7 @@ namespace SeamlessClient.ServerSwitching
}
catch (Exception ex)
{
Seamless.TryShow($"An error occured while loading GPS points! You will have an empty gps list! \n {ex.ToString()}");
Seamless.TryShow($"An error occurred while loading GPS points! You will have an empty gps list! \n {ex.ToString()}");
}