diff --git a/src/applications/people/controller/settings/panels/oauth/PhabricatorUserOAuthSettingsPanelController.php b/src/applications/people/controller/settings/panels/oauth/PhabricatorUserOAuthSettingsPanelController.php index 334b16ac63..44d6f71e4a 100644 --- a/src/applications/people/controller/settings/panels/oauth/PhabricatorUserOAuthSettingsPanelController.php +++ b/src/applications/people/controller/settings/panels/oauth/PhabricatorUserOAuthSettingsPanelController.php @@ -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.';