aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2007-11-15 23:20:23 +0000
committerHenry Sudhof <kellanved@phpbb.com>2007-11-15 23:20:23 +0000
commitbec8f7b22cb754910df886603e80da5ff421d3ad (patch)
tree744cd2385836b14db0e3ae16bc6ddefc6c2cd4f1 /phpBB
parente907def5ff9553946ce65b2bd69b12e11810b248 (diff)
downloadforums-bec8f7b22cb754910df886603e80da5ff421d3ad.tar
forums-bec8f7b22cb754910df886603e80da5ff421d3ad.tar.gz
forums-bec8f7b22cb754910df886603e80da5ff421d3ad.tar.bz2
forums-bec8f7b22cb754910df886603e80da5ff421d3ad.tar.xz
forums-bec8f7b22cb754910df886603e80da5ff421d3ad.zip
A few typos
git-svn-id: file:///svn/phpbb/trunk@8237 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/docs/CHANGELOG.html2
-rw-r--r--phpBB/docs/coding-guidelines.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html
index 04b7c62f88..342de3ed6f 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -99,7 +99,7 @@
<li>[Fix] Don't allow previous/next links for non-existing topics (Bug #15039)</li>
<li>[Change] Do not assign converted votes to the first option in a vote.</li>
<li>[Fix] Use correct RFC 2822 date format in emails (Bug #15042)</li>
- <li>[Fix] Require founder status for sonme actions on founder-only groups (Bug #15119)</li>
+ <li>[Fix] Require founder status for some actions on founder-only groups (Bug #15119)</li>
<li>[Fix] Allow changing the "now" option of date CPFs (Bug #15111)</li>
</ul>
diff --git a/phpBB/docs/coding-guidelines.html b/phpBB/docs/coding-guidelines.html
index 818f17246b..d70e0be2a3 100644
--- a/phpBB/docs/coding-guidelines.html
+++ b/phpBB/docs/coding-guidelines.html
@@ -1421,8 +1421,8 @@ div
&lt;fieldset class="submit-buttons"&gt;
&lt;input type=&quot;reset&quot; value=&quot;{L_RESET}&quot; name=&quot;reset&quot; class=&quot;button2&quot; /&gt&nbsp;
&lt;input type=&quot;submit&quot; name=&quot;action[add_warning]&quot; value=&quot;{L_SUBMIT}&quot; class=&quot;button1&quot; /&gt
+ {S_FORM_TOKEN}
&lt;/fieldset&gt
- {S_FORM_TOKEN}
&lt;/form&gt
</pre></div><br />
</div>