usnistgov / macos_security

macOS Security Compliance Project
Other
1.79k stars 202 forks source link

Spelling fixes #409

Closed homebysix closed 2 months ago

homebysix commented 3 months ago

This PR includes a few minor spelling fixes in titles, descriptions, and other places.

Note: One of these changes, shown below, is potentially a breaking change if the permenant tag has been used. However I was not able to find evidence of its use.

-if "inherent" in rule_yaml['tags'] or "n_a" in rule_yaml['tags'] or "permenant" in rule_yaml['tags']:
+if "inherent" in rule_yaml['tags'] or "n_a" in rule_yaml['tags'] or "permanent" in rule_yaml['tags']: