Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelmeurer authored and defunkt committed Aug 29, 2011
1 parent 5328e6c commit 184b387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/god/resque.god
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ num_workers.times do |num|
w.uid = 'git'
w.gid = 'git'

# retart if memory gets too high
# restart if memory gets too high
w.transition(:up, :restart) do |on|
on.condition(:memory_usage) do |c|
c.above = 350.megabytes
Expand Down

0 comments on commit 184b387

Please sign in to comment.