Skip to content

Commit

Permalink
grammar: too many byes
Browse files Browse the repository at this point in the history
  • Loading branch information
deargle committed Apr 26, 2016
1 parent 8a3c441 commit f640529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psiturk/psiturk_shell.py
Expand Up @@ -1066,7 +1066,7 @@ def create_psiturk_ad(self):
if size_of_ad >= 1048576:
print '\n'.join(['*****************************',
' Sorry, there was an error registering the ad.',
' Your local ad.html is %s byes, but the maximum',
' Your local ad.html is %s bytes, but the maximum',
' template size uploadable to the ad server is',
' 1048576 bytes.' % size_of_ad])
return
Expand Down

0 comments on commit f640529

Please sign in to comment.