diff options
author | Ross Vandegrift <ross@kallisti.us> | 2017-12-13 09:53:33 -0800 |
---|---|---|
committer | Cedric BAIL <cedric@osg.samsung.com> | 2017-12-13 10:27:48 -0800 |
commit | 71e5c74eb6919114a9a96d8c282e7b931d20981f (patch) | |
tree | 7beeb2ab8087639cd072b83b3923950fd3995091 /src/modules/evas/model_loaders | |
parent | 750e45e287d9b1046c49fcbd0c25423abe16a35b (diff) |
efl: drop deprecated Encoding key from desktop files
Summary:
The Encoding key is no longer required, all desktop files are assumed to
be UTF-8 encoded. See details at:
https://standards.freedesktop.org/desktop-entry-spec/1.1/apc.html
Fix various typos and misspellings
lintian, Debian's package checker, uses strings to check for common typos
in compiled binaries. This change fixes the ones it identified in 1.20.6.
Reviewers: cedric
Reviewed By: cedric
Subscribers: cedric, jpeg
Differential Revision: https://phab.enlightenment.org/D5584
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Diffstat (limited to 'src/modules/evas/model_loaders')
-rw-r--r-- | src/modules/evas/model_loaders/obj/evas_model_load_obj.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/evas/model_loaders/obj/evas_model_load_obj.c b/src/modules/evas/model_loaders/obj/evas_model_load_obj.c index bdc246d..bb2dae3 100644 --- a/src/modules/evas/model_loaders/obj/evas_model_load_obj.c +++ b/src/modules/evas/model_loaders/obj/evas_model_load_obj.c | |||
@@ -450,7 +450,7 @@ evas_model_load_file_obj(Evas_Canvas3D_Mesh *mesh, Eina_File *file) | |||
450 | 450 | ||
451 | if (!evas_canvas3d_mesh_aabb_add_to_frame(pd, 0, stride_pos)) | 451 | if (!evas_canvas3d_mesh_aabb_add_to_frame(pd, 0, stride_pos)) |
452 | { | 452 | { |
453 | ERR("Axis-Aligned Bounding Box wan't added in frame %d ", 0); | 453 | ERR("Axis-Aligned Bounding Box wasn't added in frame %d ", 0); |
454 | } | 454 | } |
455 | 455 | ||
456 | if (map) | 456 | if (map) |