From 8834ea19273e64dc32a618c0153a4fa4de221aec Mon Sep 17 00:00:00 2001 From: Bryce Harrington Date: Mon, 5 Jun 2017 11:12:32 -0700 Subject: [PATCH] evas/examples: fix minor typo 'whe' Reviewers: cedric Subscribers: jpeg Differential Revision: https://phab.enlightenment.org/D4906 Signed-off-by: Cedric BAIL --- src/examples/evas/evas-hints.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 alignment, minimum size, maximum size, * padding and weight. * - * 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