Skip to content
Permalink
Browse files
Trivial spelling fix!
requriements changed to requirements
  • Loading branch information
eoinof committed Oct 28, 2012
1 parent 47fd4c2 commit f9f0907201e19f24abee3a452a95782d03faefb9
Showing with 3 additions and 3 deletions.
  1. +1 −1 run_tests.py
  2. +2 −2 stem/prereq.py
@@ -272,7 +272,7 @@ def _clean_orphaned_pyc():

if __name__ == '__main__':
try:
stem.prereq.check_requriements()
stem.prereq.check_requirements()
except ImportError, exc:
print exc
print
@@ -12,7 +12,7 @@
::
check_requriements - checks for minimum requirements for running stem
check_requirements - checks for minimum requirements for running stem
is_python_26 - checks if python 2.6 or later is available
is_python_27 - checks if python 2.7 or later is available
@@ -26,7 +26,7 @@

IS_RSA_AVAILABLE = None

def check_requriements():
def check_requirements():
"""
Checks that we meet the minimum requirements to run stem. If we don't then
this raises an ImportError with the issue.

0 comments on commit f9f0907

Please sign in to comment.