Skip to content

Commit

Permalink
fix typo: 'avaialble' -> 'available'
Browse files Browse the repository at this point in the history
  • Loading branch information
earldouglas committed Jun 26, 2012
1 parent 89d3366 commit 69ba86e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/controllers/admin/mailer_controller.rb
Expand Up @@ -22,7 +22,7 @@ def preview_note
render :file => 'notify/note_wall_email', :layout => 'notify'
end
rescue
render :text => "Preview not avaialble"
render :text => "Preview not available"
end

def preview_user_new
Expand All @@ -31,7 +31,7 @@ def preview_user_new

render :file => 'notify/new_user_email', :layout => 'notify'
rescue
render :text => "Preview not avaialble"
render :text => "Preview not available"
end

def preview_issue_new
Expand All @@ -40,6 +40,6 @@ def preview_issue_new
@project = @issue.project
render :file => 'notify/new_issue_email', :layout => 'notify'
rescue
render :text => "Preview not avaialble"
render :text => "Preview not available"
end
end

0 comments on commit 69ba86e

Please sign in to comment.