1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fix a typo

This commit is contained in:
Alex Popov 2015-11-19 15:05:47 +02:00
parent f21743b5bc
commit 60d60b0541

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)