minor spelling fixes

This commit is contained in:
cgar 2014-09-09 20:12:38 -04:00
parent 0a7cc2b113
commit 013d8ad3d9
2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@ flask_svc_url = 'http://flask.pocoo.org/extensions/'
# OS X has awful paths when using mkstemp or gettempdir(). I don't
# care about security or clashes here, so pick something that is
# actually rememberable.
# actually memorable.
if sys.platform == 'darwin':
_tempdir = '/private/tmp'
else: