doublespace to single space

This commit is contained in:
euromark 2013-07-05 14:36:40 +02:00
parent c989624f80
commit e7f380d2b7
21 changed files with 28 additions and 28 deletions

View file

@ -24,7 +24,7 @@ App::uses('BaseAuthenticate', 'Controller/Component/Auth');
* password using `DigestAuthenticate::password()`. If you wish to use digest authentication alongside other
* authentication methods, its recommended that you store the digest authentication separately.
*
* Clients using Digest Authentication must support cookies. Since AuthComponent identifies users based
* Clients using Digest Authentication must support cookies. Since AuthComponent identifies users based
* on Session contents, clients without support for cookies will not function properly.
*
* ### Using Digest auth