Skip to content

Commit

Permalink
add missing word 'convert'
Browse files Browse the repository at this point in the history
  • Loading branch information
opalmer committed Apr 2, 2015
1 parent a535528 commit 2d73cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyfarm/jobtypes/core/internals.py
Expand Up @@ -811,7 +811,7 @@ def _ensure_free_space_in_temp_dir(self, tempdir, space, minimum_age=None):
space = int(space)
except (ValueError, TypeError):
raise TypeError(
"Could not value %r for `space` in "
"Could not convert value %r for `space` in "
"_ensure_free_space_in_temp_dir() to an integer." % space)

try:
Expand Down

0 comments on commit 2d73cfa

Please sign in to comment.