From 7611c8554406b1567e0331cf2c2edb9a90c3d17d Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Mon, 25 Oct 2010 09:24:24 +0900 Subject: [PATCH] [textblock] fix document --- src/lib/canvas/evas_object_textblock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/canvas/evas_object_textblock.c b/src/lib/canvas/evas_object_textblock.c index 4bcbb15..6139d81 100644 --- a/src/lib/canvas/evas_object_textblock.c +++ b/src/lib/canvas/evas_object_textblock.c @@ -1170,7 +1170,7 @@ _format_clean_param(char *dst, const char *src) * * @param obj the evas object - should not be NULL. * @param fmt The format to populate - should not be NULL. - * @param[in] cmd the command to proccess, should be stringshared. + * @param[in] cmd the command to process, should be stringshared. * @param[in] param the parameter of the command. */ static void -- 2.7.4