From: Daniel Juyung Seo Date: Tue, 9 Aug 2011 16:19:19 +0000 (+0000) Subject: elm: Fixed documentation. X-Git-Tag: v1.0.0~2244 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9bbf87bad4b1e655f63506cbd786d4dd17b89230;p=platform%2Fupstream%2Felementary.git elm: Fixed documentation. SVN revision: 62263 --- diff --git a/doc/index.doxy b/doc/index.doxy index a20ee55..88d6f79 100644 --- a/doc/index.doxy +++ b/doc/index.doxy @@ -246,7 +246,7 @@ /** * @page containerslist Containers List * - * Elementary is about displaing its widgets in a nice layout, for this purpose + * Elementary is about displaying its widgets in a nice layout, for this purpose * it provides a number of containers. It's important to note that as containers * widgets don't have their own visual identity, so here we show one use for * them and a diagram showing their component parts: diff --git a/src/lib/Elementary.h.in b/src/lib/Elementary.h.in index 849a0dd..d4aacd7 100644 --- a/src/lib/Elementary.h.in +++ b/src/lib/Elementary.h.in @@ -143,7 +143,7 @@ if [ -z "$NOCONFIGURE" ]; then fi @endverbatim * - * To gnerate all the things needed to bootstrap just run: + * To generate all the things needed to bootstrap just run: * @verbatim ./autogen.sh