From b2dd73e8412fd95ef330baf5650c8632f18d319b Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Tue, 21 May 2013 19:21:33 +0900 Subject: [PATCH] evas_object_textblock.c: fixed a typo in the documentation. --- src/lib/evas/canvas/evas_object_textblock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/evas/canvas/evas_object_textblock.c b/src/lib/evas/canvas/evas_object_textblock.c index 721aa1593f..8336892488 100644 --- a/src/lib/evas/canvas/evas_object_textblock.c +++ b/src/lib/evas/canvas/evas_object_textblock.c @@ -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: \ 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