Skip to content

Commit

Permalink
revision of typo: crytographically [#5566 state:resolved]
Browse files Browse the repository at this point in the history
Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
  • Loading branch information
ISHIKAWA Takayuki authored and spastorino committed Sep 7, 2010
1 parent e8c7f1a commit 816ea74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/lib/rails/tasks/misc.rake
Expand Up @@ -7,7 +7,7 @@ task :rails_env do
end
end

desc 'Generate a crytographically secure secret key (this is typically used to generate a secret for cookie sessions).'
desc 'Generate a cryptographically secure secret key (this is typically used to generate a secret for cookie sessions).'
task :secret do
require 'active_support/secure_random'
puts ActiveSupport::SecureRandom.hex(64)
Expand Down

0 comments on commit 816ea74

Please sign in to comment.