diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2020-06-22 18:24:38 +0000 |
---|---|---|
committer | Stefan Schmidt <s.schmidt@samsung.com> | 2020-06-25 09:03:05 +0200 |
commit | 3e7f317313687aef41f0c21b2af990f98afd0682 (patch) | |
tree | 2380eae3c7b4cabe9369741c8d1a538066a5b641 /src/bin/elementary/test_factory.c | |
parent | fd4f4c43647c4971a94f1eff2266be7df47a9f66 (diff) |
Fix typos
Fix some typos
Reviewed-by: Stefan Schmidt <stefan@datenfreihafen.org>
Differential Revision: https://phab.enlightenment.org/D12015
Diffstat (limited to '')
-rw-r--r-- | src/bin/elementary/test_factory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/elementary/test_factory.c b/src/bin/elementary/test_factory.c index daae81b63d..71ca204023 100644 --- a/src/bin/elementary/test_factory.c +++ b/src/bin/elementary/test_factory.c | |||
@@ -5,7 +5,7 @@ | |||
5 | 5 | ||
6 | // 16 ^ 4 = 65k | 6 | // 16 ^ 4 = 65k |
7 | #define BLOK 16 | 7 | #define BLOK 16 |
8 | // homogenous layout | 8 | // homogeneous layout |
9 | //#define HOMOG 1 | 9 | //#define HOMOG 1 |
10 | // aligned to top of box | 10 | // aligned to top of box |
11 | #define ZEROALIGN 1 | 11 | #define ZEROALIGN 1 |