aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs/coding-guidelines.html
diff options
context:
space:
mode:
authorChris Smith <toonarmy@phpbb.com>2008-10-13 02:27:22 +0000
committerChris Smith <toonarmy@phpbb.com>2008-10-13 02:27:22 +0000
commit9197c949463c7c2d4ebfaf32f7eed9cce786f6dd (patch)
tree78de4b72d3a8445fc76c688ebe9ebade592aa51b /phpBB/docs/coding-guidelines.html
parentba3d777bbdadca91b61a94e37134e7b4438589aa (diff)
downloadforums-9197c949463c7c2d4ebfaf32f7eed9cce786f6dd.tar
forums-9197c949463c7c2d4ebfaf32f7eed9cce786f6dd.tar.gz
forums-9197c949463c7c2d4ebfaf32f7eed9cce786f6dd.tar.bz2
forums-9197c949463c7c2d4ebfaf32f7eed9cce786f6dd.tar.xz
forums-9197c949463c7c2d4ebfaf32f7eed9cce786f6dd.zip
Maybe I am falling asleep? Spelling in r9008
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9009 89ea8834-ac86-4346-8a33-228a782c2dd0
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 ddd2ce453b..06ff249b97 100644
--- a/phpBB/docs/coding-guidelines.html
+++ b/phpBB/docs/coding-guidelines.html
@@ -548,7 +548,7 @@ switch ($mode)
default:
- // Always assume that a case was not cought
+ // Always assume that a case was not caught
break;
}