diff options
author | Bryce Harrington <bryce@osg.samsung.com> | 2017-06-05 11:12:32 -0700 |
---|---|---|
committer | Cedric BAIL <cedric@osg.samsung.com> | 2017-06-05 12:07:57 -0700 |
commit | 8834ea19273e64dc32a618c0153a4fa4de221aec (patch) | |
tree | 31a191061100415fd0acaabea72f43c46bb9ea4c /src/examples | |
parent | 2f74d75a393f3e690ab24632e8f410b43edd5d3c (diff) | |
download | efl-8834ea19273e64dc32a618c0153a4fa4de221aec.tar.gz |
evas/examples: fix minor typo 'whe'
Reviewers: cedric
Subscribers: jpeg
Differential Revision: https://phab.enlightenment.org/D4906
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Diffstat (limited to 'src/examples')
-rw-r--r-- | src/examples/evas/evas-hints.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/examples/evas/evas-hints.c b/src/examples/evas/evas-hints.c index dd2444e285..2fd806a274 100644 --- a/src/examples/evas/evas-hints.c +++ b/src/examples/evas/evas-hints.c @@ -4,7 +4,7 @@ * Object hints shown include <b>alignment, minimum size, maximum size, * padding and weight</b>. * - * To exemplify those hints, whe use the Evas box object, one of the + * To exemplify those hints, we use the Evas box object, one of the * managers using size hints to layout its children. * * You'll need at least one engine built for it (excluding the buffer |