From: Daniel Juyung Seo Date: Tue, 21 May 2013 10:21:33 +0000 (+0900) Subject: evas_object_textblock.c: fixed a typo in the documentation. X-Git-Tag: submit/devel/efl/20131022.203902~879 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b2dd73e8412fd95ef330baf5650c8632f18d319b;p=platform%2Fupstream%2Fefl.git evas_object_textblock.c: fixed a typo in the documentation. --- diff --git a/src/lib/evas/canvas/evas_object_textblock.c b/src/lib/evas/canvas/evas_object_textblock.c index 721aa15..8336892 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