diff options
author | jld3103 <jld3103yt@gmail.com> | 2023-09-03 11:45:48 +0200 |
---|---|---|
committer | jld3103 <jld3103yt@gmail.com> | 2023-09-03 11:45:48 +0200 |
commit | 8b9b637ec6c58d038cf8bb2099ac358a951b26bd (patch) | |
tree | a42eca58480371ad659975d3e53e37c653ad9939 /core/Controller/ProfileApiController.php | |
parent | 391bbbc14dec4ab0a49a4cb9bb7e6e7f1a964515 (diff) | |
download | nextcloud-server-8b9b637ec6c58d038cf8bb2099ac358a951b26bd.tar.gz nextcloud-server-8b9b637ec6c58d038cf8bb2099ac358a951b26bd.zip |
ProfileApi: Fix typo
Signed-off-by: jld3103 <jld3103yt@gmail.com>
Diffstat (limited to 'core/Controller/ProfileApiController.php')
-rw-r--r-- | core/Controller/ProfileApiController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Controller/ProfileApiController.php b/core/Controller/ProfileApiController.php index ccbbc6c78bd..cc91fb7d576 100644 --- a/core/Controller/ProfileApiController.php +++ b/core/Controller/ProfileApiController.php @@ -56,7 +56,7 @@ class ProfileApiController extends OCSController { * @PasswordConfirmationRequired * @UserRateThrottle(limit=40, period=600) * - * Update the visiblity of a parameter + * Update the visibility of a parameter * * @param string $targetUserId ID of the user * @param string $paramId ID of the parameter |