From 36e96bbc6a540e0910e2881c4ba3a629b0e00d9b Mon Sep 17 00:00:00 2001 From: Oleg Pudeyev Date: Tue, 1 Mar 2011 19:53:12 -0500 Subject: [PATCH] [ticket/10059] Fix two misspellings of consistent. PHPBB3-10059 --- phpBB/docs/coding-guidelines.html | 2 +- phpBB/install/install_install.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/phpBB/docs/coding-guidelines.html b/phpBB/docs/coding-guidelines.html index 7434fa4870..bce65335d6 100644 --- a/phpBB/docs/coding-guidelines.html +++ b/phpBB/docs/coding-guidelines.html @@ -1018,7 +1018,7 @@ append_sid("{$phpbb_root_path}memberlist.$phpEx", 'mode=group&

General function usage:

-

Some of these functions are only chosen over others because of personal preference and having no other benefit than to be consistant over the code.

+

Some of these functions are only chosen over others because of personal preference and having no other benefit than to be consistent over the code.