Changeset 623

Show
Ignore:
Timestamp:
08/07/08 20:22:18 (5 months ago)
Author:
markdoliner
Message:

Two more minor spelling errors

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/etc/sm.xml.dist.in

    r591 r623  
    190190    <!-- Filesystem driver configuration --> 
    191191    <fs> 
    192       <!-- Directory to store database fieles under. --> 
     192      <!-- Directory to store database files under. --> 
    193193      <path>@localstatedir@/lib/jabberd2/fs</path> 
    194194    </fs> 
  • trunk/UPGRADE

    r616 r623  
    2222Resolver is now built in S2S component, so you need to add <lookup/> section 
    2323to your s2s.xml config. Then remove resolver component from your configuration. 
    24 Please check your verivy-mode setting in c2s.xml, and make sure it is what you 
     24Please check your verify-mode setting in c2s.xml, and make sure it is what you 
    2525wanted. See SSL_CTX_set_verify(3) manual page. 
    2626