aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2008-02-01 12:47:00 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2008-02-01 12:47:00 +0000
commitcc1ac794502e116f3367c12cc0e4fa272d0a29ec (patch)
treee695822cdae790e9061dc198d69a1d088c344561 /phpBB/docs
parentfbea6fbc31e45332f9bb56aa0a65eeba3451655a (diff)
downloadforums-cc1ac794502e116f3367c12cc0e4fa272d0a29ec.tar
forums-cc1ac794502e116f3367c12cc0e4fa272d0a29ec.tar.gz
forums-cc1ac794502e116f3367c12cc0e4fa272d0a29ec.tar.bz2
forums-cc1ac794502e116f3367c12cc0e4fa272d0a29ec.tar.xz
forums-cc1ac794502e116f3367c12cc0e4fa272d0a29ec.zip
fixing one small typo
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8360 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs')
-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 124ac74bb9..5ad2627d6e 100644
--- a/phpBB/docs/coding-guidelines.html
+++ b/phpBB/docs/coding-guidelines.html
@@ -1059,7 +1059,7 @@ append_sid(&quot;{$phpbb_root_path}memberlist.$phpEx&quot;, 'mode=group&amp;amp;
<span class="comment">&lt;!-- END loopname --&gt;</span>
</pre></div>
-<p>A bit later loops will be explained further. To not irretate you we will explain conditionals as well as other statements first.</p>
+<p>A bit later loops will be explained further. To not irritate you we will explain conditionals as well as other statements first.</p>
<h4>Including files</h4>
<p>Something that existed in 2.0.x which no longer exists in 3.0.x is the ability to assign a template to a variable. This was used (for example) to output the jumpbox. Instead (perhaps better, perhaps not but certainly more flexible) we now have INCLUDE. This takes the simple form:</p>