diff --git a/src/modules/launcher/Plugins/Microsoft.Plugin.Program/Programs/PackageCatalogWrapper.cs b/src/modules/launcher/Plugins/Microsoft.Plugin.Program/Programs/PackageCatalogWrapper.cs index f3aabaf4e0..228656f38d 100644 --- a/src/modules/launcher/Plugins/Microsoft.Plugin.Program/Programs/PackageCatalogWrapper.cs +++ b/src/modules/launcher/Plugins/Microsoft.Plugin.Program/Programs/PackageCatalogWrapper.cs @@ -38,7 +38,7 @@ namespace Microsoft.Plugin.Program.Programs // // Summary: - // Indicates that an app package is installing. + // Indicates that an app package is uninstalling. public event TypedEventHandler PackageUninstalling { add @@ -55,7 +55,7 @@ namespace Microsoft.Plugin.Program.Programs // // Summary: - // Indicates that an app package is installing. + // Indicates that an app package is updating. public event TypedEventHandler PackageUpdating { add