fixed a typo

This commit is contained in:
Marenz 2011-05-09 01:53:30 +02:00
parent a3b5141180
commit 211c0bcefb
1 changed files with 3 additions and 2 deletions

View File

@ -79,7 +79,7 @@
* name.length, name.ptr, // name of the method * name.length, name.ptr, // name of the method
* value.length, value.ptr); // valeu of the body * value.length, value.ptr); // valeu of the body
* break; * break;
* case PSYC_PARSER_COMPLETE: // parsing of this packet is complete * case PSYC_PARSE_COMPLETE: // parsing of this packet is complete
* // You can simply continue parsing till you get the * // You can simply continue parsing till you get the
* // PSYC_PARSE_INSUFFICIENT code which means teh packet is incomplete. * // PSYC_PARSE_INSUFFICIENT code which means teh packet is incomplete.
* continue; * continue;
@ -97,7 +97,8 @@
* codes in psycParseRC and their explainations. @see psycParseRC * codes in psycParseRC and their explainations. @see psycParseRC
*/ */
/** @{ */ // end of parser group /** @{ */ // begin of parser group
#ifndef PSYC_PARSER_H #ifndef PSYC_PARSER_H
# define PSYC_PARSER_H # define PSYC_PARSER_H