Skip to content

Commit 184b387

Browse files
manuelmeurerdefunkt
authored andcommitted
Fixed typo
1 parent 5328e6c commit 184b387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/god/resque.god

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ num_workers.times do |num|
1414
w.uid = 'git'
1515
w.gid = 'git'
1616

17-
# retart if memory gets too high
17+
# restart if memory gets too high
1818
w.transition(:up, :restart) do |on|
1919
on.condition(:memory_usage) do |c|
2020
c.above = 350.megabytes

0 commit comments

Comments
 (0)