1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-19 20:49:11 +00:00

(svn r20499) -Doc: Spelling fixes, and one doxygen comment addition.

This commit is contained in:
alberth
2010-08-15 14:06:43 +00:00
parent 15514baf8b
commit 35fec79700
12 changed files with 50 additions and 41 deletions

View File

@@ -191,7 +191,7 @@ protected:
* Handle the given packet, i.e. pass it to the right
* parser receive command.
* @param p the packet to handle
* @return true if we should immediatelly handle further packets, false otherwise
* @return true if we should immediately handle further packets, false otherwise
*/
bool HandlePacket(Packet *p);
public:

View File

@@ -988,7 +988,7 @@ void ClientNetworkContentSocketHandler::CheckDependencyState(ContentInfo *ci)
/* Nothing depends on us, mark the whole graph as unselected.
* After that's done run over them once again to test their children
* to unselect. Don't do it immediatelly because it'll do exactly what
* to unselect. Don't do it immediately because it'll do exactly what
* we're doing now. */
for (ConstContentIterator iter = parents.Begin(); iter != parents.End(); iter++) {
const ContentInfo *c = *iter;