1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-19 16:58:48 +02:00

Fix typo 'retrive' to 'retrieve'.

This commit is contained in:
Aizat Faiz 2012-04-12 17:17:30 +08:00
parent 0ad7a01b8d
commit f0e89b7723

View file

@ -202,7 +202,7 @@ final class PhabricatorUserOAuthSettingsPanelController
$user->setProfileImagePHID($file->getPHID());
$user->save();
} else {
$error = 'Unable to retrive image.';
$error = 'Unable to retrieve image.';
}
} catch (Exception $e) {
$error = 'Unable to save image.';