spelling: length
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -23,7 +23,7 @@ namespace Friendica\Network\HTTPException;
|
|||||||
|
|
||||||
use Friendica\Network\HTTPException;
|
use Friendica\Network\HTTPException;
|
||||||
|
|
||||||
class LenghtRequiredException extends HTTPException
|
class LengthRequiredException extends HTTPException
|
||||||
{
|
{
|
||||||
protected $code = 411;
|
protected $code = 411;
|
||||||
protected $httpdesc = 'Length Required';
|
protected $httpdesc = 'Length Required';
|
||||||
Reference in New Issue
Block a user