From 8a070d1cacee3057c626c6e7cb518567b435fb58 Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Tue, 9 Aug 2011 16:19:19 +0000 Subject: [PATCH] elm: Fixed documentation. SVN revision: 62263 --- legacy/elementary/doc/index.doxy | 2 +- legacy/elementary/src/lib/Elementary.h.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/legacy/elementary/doc/index.doxy b/legacy/elementary/doc/index.doxy index a20ee55a31..88d6f799f2 100644 --- a/legacy/elementary/doc/index.doxy +++ b/legacy/elementary/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/legacy/elementary/src/lib/Elementary.h.in b/legacy/elementary/src/lib/Elementary.h.in index 849a0dd541..d4aacd776a 100644 --- a/legacy/elementary/src/lib/Elementary.h.in +++ b/legacy/elementary/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