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 0000e8d4b7..ce52c83964 100644 --- a/src/modules/launcher/Plugins/Microsoft.Plugin.Program/Storage/PackageRepository.cs +++ b/src/modules/launcher/Plugins/Microsoft.Plugin.Program/Storage/PackageRepository.cs @@ -39,7 +39,7 @@ namespace Microsoft.Plugin.Program.Storage } } //InitializeAppInfo will throw if there is no AppxManifest.xml for the package. - //Note there are sometimes multiple packages per application and this doesn't necessarily mean that we haven't found the app. + //Note there are sometimes multiple packages per product and this doesn't necessarily mean that we haven't found the app. //eg. "Could not find file 'C:\\Program Files\\WindowsApps\\Microsoft.WindowsTerminalPreview_2020.616.45.0_neutral_~_8wekyb3d8bbwe\\AppxManifest.xml'." catch (System.IO.FileNotFoundException e)