Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions AppInspector.CLI/preferences/tagreportgroups.json
Original file line number Diff line number Diff line change
Expand Up @@ -321,8 +321,8 @@
]
},
{
"title": "Miscellenous",
"dataRef": "Miscellenous",
"title": "Miscellaneous",
"dataRef": "Miscellaneous",
"patterns": [
{
"searchPattern": "^Data.Media.*",
Expand Down
4 changes: 2 additions & 2 deletions AppInspector/RuleSetUtils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
/// <summary>
Expand All @@ -32,4 +32,4 @@ public static RuleSet GetDefaultRuleSet(ILoggerFactory? loggerFactory = null, bo

return ruleSet;
}
}
}