Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Neeraj Singh committed Nov 9, 2010
1 parent 1b8174c commit 553c948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/admin_data/base_controller.rb
Expand Up @@ -49,7 +49,7 @@ def get_class_from_params
end

def build_klasses
# if is_allowed_to_view_klass option is passed then golbal constant can't be used since
# if is_allowed_to_view_klass option is passed then global constant can't be used since
# list of klasses need to be built for each user. It will slow down the speed a bit since
# every single the list needs to be built
if AdminData::Config.setting[:is_allowed_to_view_klass]
Expand Down

0 comments on commit 553c948

Please sign in to comment.