Spelling - remaining code changes (#3963)

* spelling: commit

* spelling: exclusion

* spelling: initial

* spelling: occurred

* spelling: programmatically

* spelling: should

* spelling: successfully

* spelling: committed

* spelling: directly
This commit is contained in:
Josh Soref
2020-06-09 04:11:02 -04:00
committed by GitHub
parent eb4b429e19
commit b574d4e388
7 changed files with 24 additions and 24 deletions

View File

@@ -109,7 +109,7 @@ namespace Microsoft.Plugin.Program.Programs
else
{
ProgramLogger.LogException($"|UWP|XmlNamespaces|{path}" +
$"|Error occured while trying to get the XML from {path}", new ArgumentNullException());
$"|Error occurred while trying to get the XML from {path}", new ArgumentNullException());
return new string[] { };
}
@@ -156,7 +156,7 @@ namespace Microsoft.Plugin.Program.Programs
#if !DEBUG
catch (Exception e)
{
ProgramLogger.LogException($"|UWP|All|{p.InstalledLocation}|An unexpected error occured and "
ProgramLogger.LogException($"|UWP|All|{p.InstalledLocation}|An unexpected error occurred and "
+ $"unable to convert Package to UWP for {p.Id.FullName}", e);
return new Application[] { };
}
@@ -204,7 +204,7 @@ namespace Microsoft.Plugin.Program.Programs
}
catch (Exception e)
{
ProgramLogger.LogException("UWP" ,"CurrentUserPackages", $"id","An unexpected error occured and "
ProgramLogger.LogException("UWP" ,"CurrentUserPackages", $"id","An unexpected error occurred and "
+ $"unable to verify if package is valid", e);
return false;
}