Changeset 4740

Show
Ignore:
Timestamp:
08/06/08 19:16:08 (11 months ago)
Author:
jwage
Message:

Fixing typo.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/1.0/docs/cookbook/en/master-and-slave-connections.txt

    r4739 r4740  
    3333    public function preQuery() 
    3434    { 
    35         // If this is a select query then set connection to one of the salves 
     35        // If this is a select query then set connection to one of the slaves 
    3636        if ($this->getType() == Doctrine_Query::SELECT) { 
    3737            $this->_conn = Doctrine_Manager::getInstance()->getConnection('slave_' . rand(1, 4));