From 76c006d5603250b06db2c54ecdc9483af8d47b36 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 22 Mar 2023 00:07:44 -0400 Subject: [PATCH] spelling: names Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/Model/User.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Model/User.php b/src/Model/User.php index 695e28f2c3..b184b1a4b3 100644 --- a/src/Model/User.php +++ b/src/Model/User.php @@ -851,7 +851,7 @@ class User * Checks if a nickname is in the list of the forbidden nicknames * * Check if a nickname is forbidden from registration on the node by the - * admin. Forbidden nicknames (e.g. role namess) can be configured in the + * admin. Forbidden nicknames (e.g. role names) can be configured in the * admin panel. * * @param string $nickname The nickname that should be checked