From 2c459560307aa5fdab844d1d3decfa9046c7b9d0 Mon Sep 17 00:00:00 2001 From: ryanbodrug-microsoft <56318517+ryanbodrug-microsoft@users.noreply.github.com> Date: Wed, 8 Jul 2020 11:59:11 -0700 Subject: [PATCH] Updating packagerepository comment based on pr feedback --- .../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 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)