mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-06 23:55:26 +02: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
@ -525,7 +525,7 @@ switch ($mode)
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
// Always assume that the case got not catched
|
// Always assume that a case was not caught
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
</pre></div>
|
</pre></div>
|
||||||
@ -548,7 +548,7 @@ switch ($mode)
|
|||||||
|
|
||||||
default:
|
default:
|
||||||
|
|
||||||
// Always assume that the case got not catched
|
// Always assume that a case was not cought
|
||||||
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
@ -576,7 +576,7 @@ switch ($mode)
|
|||||||
|
|
||||||
default:
|
default:
|
||||||
|
|
||||||
// Always assume that the case got not catched
|
// Always assume that a case was not caught
|
||||||
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user