From a33b080c9d9c79e0143260dc8480d804d9e8aaeb Mon Sep 17 00:00:00 2001 From: ryan Date: Tue, 22 Jan 2008 17:13:43 +0000 Subject: [PATCH] Typo fix from rnt. fixes #5700 git-svn-id: http://svn.automattic.com/wordpress/trunk@6642 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- xmlrpc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmlrpc.php b/xmlrpc.php index 94baaa47c..292815fa4 100644 --- a/xmlrpc.php +++ b/xmlrpc.php @@ -736,7 +736,7 @@ class wp_xmlrpc_server extends IXR_Server { set_current_user( 0, $username ); if( !current_user_can( 'edit_posts' ) ) { - return new IXR_Error( 403, __( 'You are not allowed acces to details about this blog.' ) ); + return new IXR_Error( 403, __( 'You are not allowed access to details about this blog.' ) ); } do_action('xmlrpc_call', 'wp.getPageStatusList');