Changeset 6642

Show
Ignore:
Timestamp:
01/22/08 17:13:43 (7 months ago)
Author:
ryan
Message:

Typo fix from rnt. fixes #5700

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/xmlrpc.php

    r6634 r6642  
    737737        set_current_user( 0, $username ); 
    738738        if( !current_user_can( 'edit_posts' ) ) { 
    739             return new IXR_Error( 403, __( 'You are not allowed acces to details about this blog.' ) ); 
     739            return new IXR_Error( 403, __( 'You are not allowed access to details about this blog.' ) ); 
    740740        } 
    741741