evas_object_textblock.c: fixed a typo in the documentation.

This commit is contained in:
Daniel Juyung Seo 2013-05-21 19:21:33 +09:00
parent bfc7e7cfd1
commit b2dd73e841
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
* @subsection textblock_nodes_format_internal Format Nodes - Internal
* Each format node stores a group of format information, for example the
* markup: \<font=Vera,Kochi font_size=10 align=left\> will all be inserted
* inside the same format node, altohugh it consists of different formatting
* inside the same format node, although it consists of different formatting
* commands.
* Each node has a pointer to it's text node, this pointer is NEVER NULL, even
* if there's only one format, and no text, a text node is created. Each format