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
{