(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 e5420d89d5
commit a51d34c048
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: