Fix a typo

This commit is contained in:
Alex Popov 2015-11-19 15:05:47 +02:00
parent f21743b5bc
commit 60d60b0541
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ module Kindle
generate_document_metadata(mobi_outfile)
puts "Creating MOBI document with kindlegen. This make take a while."
puts "Creating MOBI document with kindlegen. This may take a while."
cmd = "kindlerb . > #{File.absolute_path logfile} 2>&1"
puts cmd
system(cmd)