Skip to content

Commit

Permalink
Fix typo in config file comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
francois committed Mar 11, 2008
1 parent 3bbe3ca commit a1407eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/initializers/mephisto_init.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# this is for standard library loading and configurationg. All the hardcore monkey patching is in the mephisto plugin.
# this is for standard library loading and configuration. All the hardcore monkey patching is in the mephisto plugin.
require 'tzinfo'
require 'zip/zipfilesystem'
require 'action_controller/dispatcher'
Expand Down Expand Up @@ -37,4 +37,4 @@ def cleanup_application_with_plugins(force = false)
end

Dependencies.autoloaded_constants.delete "Mephisto"
Dependencies.autoloaded_constants.delete "Mephisto::Plugin"
Dependencies.autoloaded_constants.delete "Mephisto::Plugin"

0 comments on commit a1407eb

Please sign in to comment.