aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorIgor Wiedler <igor@wiedler.ch>2010-11-11 23:41:01 +0100
committerAndreas Fischer <bantu@phpbb.com>2010-11-18 13:55:39 +0100
commit859149f5c36c1ebd437f43de940528d25931d6fd (patch)
tree78aeecfcaec10cca3717ce56c37a91ca3725764e /phpBB
parent7b4cdc94a850c95582557d22ea7fd97e716734c7 (diff)
downloadforums-859149f5c36c1ebd437f43de940528d25931d6fd.tar
forums-859149f5c36c1ebd437f43de940528d25931d6fd.tar.gz
forums-859149f5c36c1ebd437f43de940528d25931d6fd.tar.bz2
forums-859149f5c36c1ebd437f43de940528d25931d6fd.tar.xz
forums-859149f5c36c1ebd437f43de940528d25931d6fd.zip
[ticket/9509] Fix a typo and wrong period placement
Thanks to Michael C. for spotting this. PHPBB3-9509
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/docs/coding-guidelines.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/docs/coding-guidelines.html b/phpBB/docs/coding-guidelines.html
index 76afc79f99..5a73554741 100644
--- a/phpBB/docs/coding-guidelines.html
+++ b/phpBB/docs/coding-guidelines.html
@@ -2349,9 +2349,9 @@ if (utf8_case_fold_nfc($string1) == utf8_case_fold_nfc($string2))
</li>
</ul>
- <a name="commitmessage"></a><h3>7.ii. Commit Messages and Reposiory Rules</h3>
+ <a name="commitmessage"></a><h3>7.ii. Commit Messages and Repository Rules</h3>
- <p>Information on repository rules, such as commit messages can be found at <a href="http://wiki.phpbb.com/display/DEV/Git" title="phpBB Git Information">http://wiki.phpbb.com/display/DEV/Git</a></p>.
+ <p>Information on repository rules, such as commit messages can be found at <a href="http://wiki.phpbb.com/display/DEV/Git" title="phpBB Git Information">http://wiki.phpbb.com/display/DEV/Git</a>.</p>
</div>