From e20e5299608f4bbea9baf3f3af1abd00349c2e55 Mon Sep 17 00:00:00 2001 From: Alexey Verkhovsky Date: Sun, 1 May 2005 03:24:06 +0000 Subject: [PATCH] Corrected a typo in a comment --- app/models/wiki_service.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/wiki_service.rb b/app/models/wiki_service.rb index 8cf54644..68ae4ff6 100644 --- a/app/models/wiki_service.rb +++ b/app/models/wiki_service.rb @@ -128,7 +128,7 @@ class WikiService include Madeleine::Automatic::Interceptor # 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 @@storage_path = './storage/'