aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs/events.md
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2019-04-06 22:21:01 +0200
committerMarc Alexander <admin@m-a-styles.de>2019-04-11 22:01:37 +0200
commit832c19314a61d870c7eba8058597f93c04070d81 (patch)
tree4542b4f39d1c8ee10ca7494004236cfda420b251 /phpBB/docs/events.md
parentc3ecaa35cd0f3b21b3db2487265454b129d17bc4 (diff)
downloadforums-832c19314a61d870c7eba8058597f93c04070d81.tar
forums-832c19314a61d870c7eba8058597f93c04070d81.tar.gz
forums-832c19314a61d870c7eba8058597f93c04070d81.tar.bz2
forums-832c19314a61d870c7eba8058597f93c04070d81.tar.xz
forums-832c19314a61d870c7eba8058597f93c04070d81.zip
[ticket/16010] Fix typos in event descriptions
PHPBB3-16010
Diffstat (limited to 'phpBB/docs/events.md')
-rw-r--r--phpBB/docs/events.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md
index 3771df13cc..b0d50e6c08 100644
--- a/phpBB/docs/events.md
+++ b/phpBB/docs/events.md
@@ -32,13 +32,13 @@ acp_email_find_username_append
===
* Location: adm/style/acp_email.html
* Since: 3.1.7-RC1
-* Purpose: Add content at the end of the fimd username link
+* Purpose: Add content at the end of the find username link
acp_email_find_username_prepend
===
* Location: adm/style/acp_email.html
* Since: 3.1.7-RC1
-* Purpose: Add content at the start of the fimd username link
+* Purpose: Add content at the start of the find username link
acp_email_group_options_append
===
@@ -164,13 +164,13 @@ acp_group_options_after
===
* Location: adm/style/acp_groups.html
* Since: 3.1.0-b4
-* Purpose: Add addtional options to group settings (after GROUP_RECEIVE_PM)
+* Purpose: Add additional options to group settings (after GROUP_RECEIVE_PM)
acp_group_options_before
===
* Location: adm/style/acp_groups.html
* Since: 3.1.0-b4
-* Purpose: Add addtional options to group settings (before GROUP_FOUNDER_MANAGE)
+* Purpose: Add additional options to group settings (before GROUP_FOUNDER_MANAGE)
acp_groups_find_username_append
===
@@ -297,13 +297,13 @@ acp_permission_forum_copy_src_forum_append
===
* Location: adm/style/permission_forum_copy.html
* Since: 3.1.7-RC1
-* Purpose: Add content after the sourse forum select form
+* Purpose: Add content after the source forum select form
acp_permission_forum_copy_src_forum_prepend
===
* Location: adm/style/permission_forum_copy.html
* Since: 3.1.7-RC1
-* Purpose: Add content before the sourse forum select form
+* Purpose: Add content before the source forum select form
acp_permissions_add_group_options_append
===