diff options
author | tournier.elie <[email protected]> | 2017-10-12 12:24:10 +0100 |
---|---|---|
committer | Dylan Baker <[email protected]> | 2017-10-12 09:39:07 -0700 |
commit | 1233d32d2ac04bb9b902728d8e0a606daab862cd (patch) | |
tree | 24a3e0a450e1773f6329cc2fd0058571e0fa95cc /src/intel/isl | |
parent | 137b32b81500e243a91ea71dc699b38bf2567624 (diff) |
meson: fix typo in isl
Signed-off-by: Elie Tournier <[email protected]>
Reviewed-by: Antia Puentes <[email protected]>
Reviewed-by: Dylan Baker <[email protected]>
Diffstat (limited to 'src/intel/isl')
-rw-r--r-- | src/intel/isl/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intel/isl/meson.build b/src/intel/isl/meson.build index 789175e2564..54024b4d11b 100644 --- a/src/intel/isl/meson.build +++ b/src/intel/isl/meson.build @@ -101,5 +101,5 @@ if with_tests build_by_default : false, ) - test('isl_surf_get_imaage_offset', isl_surf_get_image_offset_test) + test('isl_surf_get_image_offset', isl_surf_get_image_offset_test) endif |