mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
Grammar #28865
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9008 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
f4f5d9a471
commit
ba3d777bbd
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue