From 1888a4cf9926561f16eb96b2be901348ee3cba18 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Fri, 30 Oct 2020 14:39:18 -0400 Subject: [PATCH] spelling: catalog Signed-off-by: Josh Soref --- .../Microsoft.Plugin.Program/Storage/PackageRepository.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/launcher/Plugins/Microsoft.Plugin.Program/Storage/PackageRepository.cs b/src/modules/launcher/Plugins/Microsoft.Plugin.Program/Storage/PackageRepository.cs index 9d787cc847..7c4b4e1f21 100644 --- a/src/modules/launcher/Plugins/Microsoft.Plugin.Program/Storage/PackageRepository.cs +++ b/src/modules/launcher/Plugins/Microsoft.Plugin.Program/Storage/PackageRepository.cs @@ -14,7 +14,7 @@ namespace Microsoft.Plugin.Program.Storage { /// /// A repository for storing packaged applications such as UWP apps or appx packaged desktop apps. - /// This repository will also monitor for changes to the PackageCatelog and update the repository accordingly + /// This repository will also monitor for changes to the PackageCatalog and update the repository accordingly /// internal class PackageRepository : ListRepository, IProgramRepository {