Corrected a typo in a comment

This commit is contained in:
Alexey Verkhovsky 2005-05-01 03:24:06 +00:00
parent bd224623e8
commit e20e529960

View file

@ -128,7 +128,7 @@ class WikiService
include Madeleine::Automatic::Interceptor include Madeleine::Automatic::Interceptor
# These methods do not change the state of persistent objects, and # These methods do not change the state of persistent objects, and
# should not be ogged by Madeleine # should not be logged by Madeleine
automatic_read_only :authenticate, :read_page, :setup?, :webs, :storage_path, :file_yard automatic_read_only :authenticate, :read_page, :setup?, :webs, :storage_path, :file_yard
@@storage_path = './storage/' @@storage_path = './storage/'