(svn r26458) -Doc: Correct a few spelling mistakes (__ln__)

This commit is contained in:
planetmaker
2014-04-12 15:59:56 +00:00
parent 2aa545a842
commit ba42bcdf49
4 changed files with 4 additions and 4 deletions

View File

@@ -7659,7 +7659,7 @@ AllowedSubtags _tags_root[] = {
* Try to skip the current node and all subnodes (if it's a branch node).
* @param buf Buffer.
* @param type The node type to skip.
* @return True if we could skip the node, false if an error occured.
* @return True if we could skip the node, false if an error occurred.
*/
static bool SkipUnknownInfo(ByteReader *buf, byte type)
{