Spelling fix from nbachiyski. fixes

git-svn-id: https://develop.svn.wordpress.org/trunk@3687 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2006-04-04 00:48:44 +00:00
parent c08c837e42
commit 63ca6724f0

@ -39,7 +39,7 @@ case 'update':
check_admin_referer();
if ( ! current_user_can('edit_files') )
die('<p>'.__('You have do not have sufficient permissions to edit templates for this blog.').'</p>');
die('<p>'.__('You do not have sufficient permissions to edit templates for this blog.').'</p>');
$newcontent = stripslashes($_POST['newcontent']);
if (is_writeable($real_file)) {