mirror of
https://github.com/friendica/friendica
synced 2024-11-09 23:02:54 +00:00
spelling: length
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
641a0065fa
commit
fe49ead674
1 changed files with 1 additions and 1 deletions
|
@ -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';
|
Loading…
Reference in a new issue