1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-05 17:34:55 +02:00

[ticket/security-155] Fix spelling error in comment

SECURITY-155
This commit is contained in:
Joas Schilling
2014-08-09 01:45:26 +02:00
parent 558aff46cd
commit e6f43f5974

View File

@ -41,7 +41,7 @@ class resolver implements ControllerResolverInterface
protected $template;
/**
* Requst type cast helper object
* Request type cast helper object
* @var \phpbb\request\type_cast_helper
*/
protected $type_cast_helper;