aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs/coding-guidelines.html
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2010-07-08 19:44:39 +0200
committerAndreas Fischer <bantu@phpbb.com>2010-07-08 19:44:39 +0200
commitc86f9eb25aca49f9ca77c636fbf03dcfc7540e36 (patch)
tree93e170cb8d9e64bbd2479995cd7b7347da6ad13d /phpBB/docs/coding-guidelines.html
parentc79df9700df8fb238ae386e890dd97316bb97fc6 (diff)
parent58cb46d344685c7bba4579e5b693ec448877d7cd (diff)
downloadforums-c86f9eb25aca49f9ca77c636fbf03dcfc7540e36.tar
forums-c86f9eb25aca49f9ca77c636fbf03dcfc7540e36.tar.gz
forums-c86f9eb25aca49f9ca77c636fbf03dcfc7540e36.tar.bz2
forums-c86f9eb25aca49f9ca77c636fbf03dcfc7540e36.tar.xz
forums-c86f9eb25aca49f9ca77c636fbf03dcfc7540e36.zip
Merge branch 'ticket/evil3/9704' into develop-olympus
* ticket/evil3/9704: [ticket/9704] Fix minor typo in coding guidelines.
Diffstat (limited to 'phpBB/docs/coding-guidelines.html')
-rw-r--r--phpBB/docs/coding-guidelines.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/docs/coding-guidelines.html b/phpBB/docs/coding-guidelines.html
index 7f747e09e2..1978a0a307 100644
--- a/phpBB/docs/coding-guidelines.html
+++ b/phpBB/docs/coding-guidelines.html
@@ -288,7 +288,7 @@ PHPBB_QA (Set board to QA-Mode, which means the updater also c
<div class="content">
- <p>Please note that these Guidelines applies to all php, html, javascript and css files.</p>
+ <p>Please note that these guidelines apply to all php, html, javascript and css files.</p>
<a name="namingvars"></a><h3>2.i. Variable/Function Naming</h3>