DOCS: Fix typos

This commit is contained in:
mattclegg 2020-04-22 15:20:11 +05:45
parent a9c05f3287
commit d521a52a33
No known key found for this signature in database
GPG Key ID: 68C4C8DB2D0D1DFE
2 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@ use SilverStripe\ORM\DataObjectInterface;
/**
* A form field that can save into a {@link Money} database field.
* See {@link CurrencyField} for a similiar implementation
* See {@link CurrencyField} for a similar implementation
* that can save into a single float database field without indicating the currency.
*
* @author Ingo Schommer, SilverStripe Ltd. (<firstname>@silverstripe.com)

View File

@ -166,7 +166,7 @@ class Security extends Controller implements TemplateGlobalProvider
/**
* Enable or disable recording of login attempts
* through the {@link LoginRecord} object.
* through the {@link LoginAttempt} object.
*
* @config
* @var boolean $login_recording
@ -505,7 +505,7 @@ class Security extends Controller implements TemplateGlobalProvider
/**
* Perform pre-login checking and prepare a response if available prior to login
*
* @return HTTPResponse Substitute response object if the login process should be curcumvented.
* @return HTTPResponse Substitute response object if the login process should be circumvented.
* Returns null if should proceed as normal.
*/
protected function preLogin()
@ -526,7 +526,7 @@ class Security extends Controller implements TemplateGlobalProvider
}
// If arriving on the login page already logged in, with no security error, and a ReturnURL then redirect
// back. The login message check is neccesary to prevent infinite loops where BackURL links to
// back. The login message check is necessary to prevent infinite loops where BackURL links to
// an action that triggers Security::permissionFailure.
// This step is necessary in cases such as automatic redirection where a user is authenticated
// upon landing on an SSL secured site and is automatically logged in, or some other case