mirror of
git://git.psyc.eu/libpsyc
synced 2024-08-15 03:19:02 +00:00
fixed a typo
This commit is contained in:
parent
a3b5141180
commit
211c0bcefb
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue