Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
niwo committed Jun 30, 2015
1 parent 26501f1 commit 4398f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/alerts.rb
Expand Up @@ -4,7 +4,7 @@
@alert = Onduty::Alert.find(params[:id])
halt 403 unless @alert.uid = params[:uid]

success_message = "The alert has been successfuly acknowledeged."
success_message = "The alert has been successfully acknowledeged."
failure_message = "Error during alert acknowledgment."

if ack = Onduty::Icinga.new.acknowledge_service(
Expand Down

0 comments on commit 4398f04

Please sign in to comment.