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();