evas_object_textblock.c: fixed a typo in the documentation.
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Tue, 21 May 2013 10:21:33 +0000 (19:21 +0900)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Tue, 21 May 2013 10:21:47 +0000 (19:21 +0900)
src/lib/evas/canvas/evas_object_textblock.c

index 721aa15..8336892 100644 (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