aboutsummaryrefslogtreecommitdiffstats
path: root/guides/rails_guides
diff options
context:
space:
mode:
authorAlex Popov <alex.val.popov@gmail.com>2015-11-19 15:05:47 +0200
committerAlex Popov <alex.val.popov@gmail.com>2015-11-19 15:05:47 +0200
commit60d60b05418e274cdfb11fcc579e20f7d415dac0 (patch)
tree864b834d59b32f32a401b045e31c1ca97fff17b9 /guides/rails_guides
parentf21743b5bccc2cd0de6b4a633283830839bba647 (diff)
downloadrails-60d60b05418e274cdfb11fcc579e20f7d415dac0.tar.gz
rails-60d60b05418e274cdfb11fcc579e20f7d415dac0.tar.bz2
rails-60d60b05418e274cdfb11fcc579e20f7d415dac0.zip
Fix a typo
Diffstat (limited to 'guides/rails_guides')
-rw-r--r--guides/rails_guides/kindle.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/rails_guides/kindle.rb b/guides/rails_guides/kindle.rb
index 32926622e3..081afcb09f 100644
--- a/guides/rails_guides/kindle.rb
+++ b/guides/rails_guides/kindle.rb
@@ -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)