Skip to content

Commit

Permalink
fix some spelling mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
hvoigt committed May 2, 2016
1 parent efb44ae commit 830b8b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion viewhtmlmail
Expand Up @@ -117,7 +117,7 @@ def view_html_message(tmpdir):
print "Calling firefox for file://" + htmlfile
os.system("firefox -new-window file://" + htmlfile)

# Wait a while to make sure firefox has loads the imgaes, then clean up.
# Wait a while to make sure firefox has loaded the images, then clean up.
time.sleep(6)
shutil.rmtree(tmpdir)

Expand Down

0 comments on commit 830b8b3

Please sign in to comment.