comparison libfdproto/messages.c @ 871:254d81d21d0b

Fix some typos.
author Thomas Klausner <tk@giga.or.at>
date Tue, 23 Oct 2012 15:50:04 +0200
parents 89c5849b0832
children 4a299daed8b2
comparison
equal deleted inserted replaced
870:54c4d3e840ff 871:254d81d21d0b
60 60
61 /* Some details about chaining: 61 /* Some details about chaining:
62 * 62 *
63 * A message is made of a header ( msg ) and 0 or more AVPs ( avp ). 63 * A message is made of a header ( msg ) and 0 or more AVPs ( avp ).
64 * The structure is a kind of tree, where some AVPs (grouped AVPs) can contain other AVPs. 64 * The structure is a kind of tree, where some AVPs (grouped AVPs) can contain other AVPs.
65 * Exemple: 65 * Example:
66 * msg 66 * msg
67 * |-avp 67 * |-avp
68 * |-gavp 68 * |-gavp
69 * | |-avp 69 * | |-avp
70 * | |-avp 70 * | |-avp
"Welcome to our mercurial repository"