diff --git a/AppInspector.CLI/preferences/tagreportgroups.json b/AppInspector.CLI/preferences/tagreportgroups.json index 669508fe..72f91b25 100644 --- a/AppInspector.CLI/preferences/tagreportgroups.json +++ b/AppInspector.CLI/preferences/tagreportgroups.json @@ -321,8 +321,8 @@ ] }, { - "title": "Miscellenous", - "dataRef": "Miscellenous", + "title": "Miscellaneous", + "dataRef": "Miscellaneous", "patterns": [ { "searchPattern": "^Data.Media.*", diff --git a/AppInspector/RuleSetUtils.cs b/AppInspector/RuleSetUtils.cs index ef53a783..53b38b85 100644 --- a/AppInspector/RuleSetUtils.cs +++ b/AppInspector/RuleSetUtils.cs @@ -9,7 +9,7 @@ namespace Microsoft.ApplicationInspector.Commands; -//Miscellenous common methods needed from several places throughout +//Miscellaneous common methods needed from several places throughout public static class RuleSetUtils { /// @@ -32,4 +32,4 @@ public static RuleSet GetDefaultRuleSet(ILoggerFactory? loggerFactory = null, bo return ruleSet; } -} \ No newline at end of file +}