From 5cd7ae72f4352002572a4f8c4c6bf358ec6e03dc Mon Sep 17 00:00:00 2001 From: VictoriousRaptor <10308169+VictoriousRaptor@users.noreply.github.com> Date: Sun, 13 Jul 2025 19:35:11 +0800 Subject: [PATCH] Fix typo --- Flow.Launcher.Infrastructure/TranslationMapping.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Flow.Launcher.Infrastructure/TranslationMapping.cs b/Flow.Launcher.Infrastructure/TranslationMapping.cs index 3a3ca6e2f..951979fa7 100644 --- a/Flow.Launcher.Infrastructure/TranslationMapping.cs +++ b/Flow.Launcher.Infrastructure/TranslationMapping.cs @@ -8,7 +8,7 @@ namespace Flow.Launcher.Infrastructure { private bool constructed; - // Asssuming one original item maps to multi translated items + // Assuming one original item maps to multi translated items // list[i] is the last translated index + 1 of original index i private readonly List originalToTranslated = new List();