1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-06 07:35:29 +02:00
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9008 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Chris Smith 2008-10-13 02:24:10 +00:00
parent f4f5d9a471
commit ba3d777bbd

View File

@ -525,7 +525,7 @@ switch ($mode)
break;
default:
// Always assume that the case got not catched
// Always assume that a case was not caught
break;
}
</pre></div>
@ -548,7 +548,7 @@ switch ($mode)
default:
// Always assume that the case got not catched
// Always assume that a case was not cought
break;
}
@ -576,7 +576,7 @@ switch ($mode)
default:
// Always assume that the case got not catched
// Always assume that a case was not caught
break;
}