mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-18 02:31:10 +01:00
Fixing typo unautorized -> unauthorized.
Summary: Fixing small typo unautorized -> unauthorized. Test Plan: N/A Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: chad, Korvin, epriestley Differential Revision: https://secure.phabricator.com/D11029
This commit is contained in:
parent
853ce5e927
commit
bdda61184b
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ final class PhabricatorAuthManagementCachePKCS8Workflow
|
||||||
$warning = pht(
|
$warning = pht(
|
||||||
'Adding a PKCS8 keyfile to the cache can be very dangerous. If the '.
|
'Adding a PKCS8 keyfile to the cache can be very dangerous. If the '.
|
||||||
'PKCS8 file really encodes a different public key than the one '.
|
'PKCS8 file really encodes a different public key than the one '.
|
||||||
'specified, an attacker could use it to gain unautorized access.'.
|
'specified, an attacker could use it to gain unauthorized access.'.
|
||||||
"\n\n".
|
"\n\n".
|
||||||
'Generally, you should use this option only in a development '.
|
'Generally, you should use this option only in a development '.
|
||||||
'environment where ssh-keygen is broken and it is inconvenient to '.
|
'environment where ssh-keygen is broken and it is inconvenient to '.
|
||||||
|
|
Loading…
Reference in a new issue