diff options
author | luzpaz <luzpaz@@users.noreply.github.com> | 2017-08-15 15:00:12 -0400 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2017-10-29 12:44:01 +0100 |
commit | e13ba99c8152d088d79066b085923c94aad9afcf (patch) | |
tree | 5f529c7d0f1aa8beaeb39950fb4a47cc109302d7 /phpBB/phpbb/report | |
parent | Merge branch '3.2.x' (diff) | |
download | phpbb-e13ba99c8152d088d79066b085923c94aad9afcf.tar.gz phpbb-e13ba99c8152d088d79066b085923c94aad9afcf.tar.bz2 phpbb-e13ba99c8152d088d79066b085923c94aad9afcf.zip |
[ticket/15424] Multiple typo fixes in docs & comments
Fixed typos in some docs, guidelines, some non-user-facing files.
PHPBB3-15424
Diffstat (limited to 'phpBB/phpbb/report')
-rw-r--r-- | phpBB/phpbb/report/report_handler.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/report/report_handler.php b/phpBB/phpbb/report/report_handler.php index 854318c559..97acc1763e 100644 --- a/phpBB/phpbb/report/report_handler.php +++ b/phpBB/phpbb/report/report_handler.php @@ -51,7 +51,7 @@ abstract class report_handler implements report_handler_interface protected $report_data; /** - * Construtor + * Constructor * * @param \phpbb\db\driver\driver_interface $db * @param \phpbb\event\dispatcher_interface $dispatcher |