minor doc fix

This commit is contained in:
Jacques Crocker 2010-08-03 23:44:24 -07:00
parent 065517ac29
commit be9dc15501
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ or handle reconnecting when passenger forks a new process:
if defined?(PhusionPassenger)
PhusionPassenger.on_event(:starting_worker_process) do |forked|
if forked
# Call db.connect_to_master to reconnect here
# Call db.connect to reconnect here
end
end
end