mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 22:40:39 +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:
@@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user