diff options
author | Chris Smith <toonarmy@phpbb.com> | 2008-10-13 02:27:22 +0000 |
---|---|---|
committer | Chris Smith <toonarmy@phpbb.com> | 2008-10-13 02:27:22 +0000 |
commit | 9197c949463c7c2d4ebfaf32f7eed9cce786f6dd (patch) | |
tree | 78de4b72d3a8445fc76c688ebe9ebade592aa51b | |
parent | ba3d777bbdadca91b61a94e37134e7b4438589aa (diff) | |
download | forums-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
-rw-r--r-- | phpBB/docs/coding-guidelines.html | 2 |
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; } |