Skip to content

Commit

Permalink
Spelling error. Fixes #22
Browse files Browse the repository at this point in the history
  • Loading branch information
c-rack committed Nov 26, 2014
1 parent dda9357 commit 7898f53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Expand Up @@ -11,7 +11,7 @@ Here are some core ideas to keep in mind for contributing to OSXAuditor
* OSXAuditor is most effective and helpful if it can run on a stock system without installing any additional tools.
* Must work properly on either live or dead os x system (ie. hard drive copy).
* All output must go through the printandlog() function so that people can add new output format easily.
* All the hases go into the global hash db.
* All the hashes go into the global hash db.

## Submitting to OSXAuditor

Expand Down Expand Up @@ -45,4 +45,4 @@ Some things that will increase the chance that your pull request is accepted,:
* Prefer &&/|| over and/or.
* a = b and not a=b.
* Follow the conventions you see used in the source already.
* When in doubt default to [PEP 8 -- Style Guide for Python Code](http://legacy.python.org/dev/peps/pep-0008/).
* When in doubt default to [PEP 8 -- Style Guide for Python Code](http://legacy.python.org/dev/peps/pep-0008/).

0 comments on commit 7898f53

Please sign in to comment.