From 421e201759373aaa29130cfb68a40b53c7a78038 Mon Sep 17 00:00:00 2001 From: "psyc://psyced.org/~lynX" <@> Date: Mon, 9 May 2011 09:11:59 +0200 Subject: [PATCH] + --- include/psyc.h | 2 +- include/psyc/parse.h | 10 +++++----- include/psyc/render.h | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/include/psyc.h b/include/psyc.h index c9b6e11..5bc0803 100644 --- a/include/psyc.h +++ b/include/psyc.h @@ -7,7 +7,7 @@ * * @section intro_sec Introduction * - * Welcome to the libpsyc Documentation! + * Welcome to the libpsyc documentation! * * @section install_sec Installation * diff --git a/include/psyc/parse.h b/include/psyc/parse.h index 176779d..3c34c09 100644 --- a/include/psyc/parse.h +++ b/include/psyc/parse.h @@ -9,7 +9,7 @@ */ /** - * @defgroup parser Parsing Functions + * @defgroup PSYC Parsing Functions * * This module contains packet and list parsing functions. * The parser adheres to the definition of a packet found at @@ -101,11 +101,11 @@ * } * @endcode * - * This simple example does not consider some more complex cases for when you - * recieve incomplete packets but still want to access the data. This code would + * This simple example does not consider some more complex cases when you + * receive incomplete packets but still want to access the data. This code would * simply reject incomplete packets as error. A more detailed tutorial for - * incomplete packets will follow, in the mean time, have look at the return - * codes in psycParseRC and their explainations. @see psycParseRC + * incomplete packets will follow. In the mean time, have look at the return + * codes in psycParseRC and their explanations. @see psycParseRC */ /** @{ */ // begin of parser group diff --git a/include/psyc/render.h b/include/psyc/render.h index a9b6b57..e2620af 100644 --- a/include/psyc/render.h +++ b/include/psyc/render.h @@ -38,7 +38,7 @@ psycRenderRC psyc_render (psycPacket *packet, char *buffer, size_t buflen); */ psycRenderRC psyc_renderList (psycList *list, char *buffer, size_t buflen); -/** @} */ // end of render group +/** @} */ // end of renderer group #define PSYC_RENDER_H #endif