From de871ccf8a5611c89f3e86ce565f89bea4acb0d1 Mon Sep 17 00:00:00 2001 From: Bruno Bonamin Date: Wed, 6 Feb 2013 17:46:45 -0200 Subject: [PATCH] Fixed minor typo in lib/guardian.rb Just a letter switch I found upon browsing the code :) --- lib/guardian.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/guardian.rb b/lib/guardian.rb index d5d406f65b0..72f475a4ee2 100644 --- a/lib/guardian.rb +++ b/lib/guardian.rb @@ -1,4 +1,4 @@ -# The guardian is responsible for confirming access to various site resources and opreations +# The guardian is responsible for confirming access to various site resources and operations class Guardian attr_reader :user