Changeset 1780

Show
Ignore:
Timestamp:
08/12/08 12:56:18 (5 months ago)
Author:
taher
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cherokee/trunk/admin/ModuleMysql.py

    r1419 r1780  
    44NOTE_HOST   = 'MySQL server IP address.' 
    55NOTE_PORT   = 'Server port to connect to.' 
    6 NOTE_UNIX   = 'Full path a Unix socket to communite with the data base.' 
     6NOTE_UNIX   = 'Full path of Unix socket to communicate with the data base.' 
    77NOTE_USER   = 'User name for connecting to the database.' 
    88NOTE_PASSWD = 'Password for connecting to the database.' 
     
    4949            pre = '%s!%s' % (self._prefix, key) 
    5050            self.Validate_NotEmpty (post, pre, '%s can not be empty'%(msg)) 
    51              
     51 
    5252        # Apply TLS 
    5353        self.ApplyChangesPrefix (self._prefix, ['use_md5_passwd'], post)