diff options
author | Evan Farrar <evanfarrar@gmail.com> | 2008-06-04 22:58:28 -0500 |
---|---|---|
committer | Evan Farrar <evanfarrar@gmail.com> | 2008-06-04 22:58:28 -0500 |
commit | d4b7cd99e8e7051c9d3ed6722f9627d5d4dea4e9 (patch) | |
tree | a5495dc82fcd28dcd2a6de50168272ad3816dc21 /railties/lib/initializer.rb | |
parent | 719aa13b0781d662673dba2225bc707fc4182b5e (diff) | |
download | rails-d4b7cd99e8e7051c9d3ed6722f9627d5d4dea4e9.tar.gz rails-d4b7cd99e8e7051c9d3ed6722f9627d5d4dea4e9.tar.bz2 rails-d4b7cd99e8e7051c9d3ed6722f9627d5d4dea4e9.zip |
Mass typo and misspelling fix.
Diffstat (limited to 'railties/lib/initializer.rb')
-rw-r--r-- | railties/lib/initializer.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/initializer.rb b/railties/lib/initializer.rb index bdadfeea8f..ec065e6f3c 100644 --- a/railties/lib/initializer.rb +++ b/railties/lib/initializer.rb @@ -87,7 +87,7 @@ module Rails # Rails::Initializer.run(:set_load_path) # # This is useful if you only want the load path initialized, without - # incuring the overhead of completely loading the entire environment. + # incurring the overhead of completely loading the entire environment. def self.run(command = :process, configuration = Configuration.new) yield configuration if block_given? initializer = new configuration |