spelling: length

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2023-03-22 00:07:35 -04:00
parent 641a0065fa
commit fe49ead674
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ namespace Friendica\Network\HTTPException;
use Friendica\Network\HTTPException;
class LenghtRequiredException extends HTTPException
class LengthRequiredException extends HTTPException
{
protected $code = 411;
protected $httpdesc = 'Length Required';