From ccc10a0d594291b30244ba6560b6c30c61c41547 Mon Sep 17 00:00:00 2001 From: Richard Quadling Date: Thu, 1 Sep 2011 13:03:37 +0000 Subject: [PATCH] Typo. Fix bug #55561 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@315982 c90b9560-bf6c-de11-be94-00142212c4b1 --- features/http-auth.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/http-auth.xml b/features/http-auth.xml index 1dc08d60e4..d4e825c46b 100644 --- a/features/http-auth.xml +++ b/features/http-auth.xml @@ -94,7 +94,7 @@ if ($data['response'] != $valid_response) die('Wrong Credentials!'); // ok, valid username & password -echo 'Your are logged in as: ' . $data['username']; +echo 'You are are logged in as: ' . $data['username']; // function to parse the http auth header