meson: fix typo in isl
authortournier.elie <tournier.elie@gmail.com>
Thu, 12 Oct 2017 11:24:10 +0000 (12:24 +0100)
committerDylan Baker <dylan@pnwbakers.com>
Thu, 12 Oct 2017 16:39:07 +0000 (09:39 -0700)
Signed-off-by: Elie Tournier <elie.tournier@collabora.com>
Reviewed-by: Antia Puentes <apuentes@igalia.com>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
src/intel/isl/meson.build

index 789175e2564be716513f76ae0215b4cd2e005831..54024b4d11b45dbdd58cc4d6f5cbd8b77b043350 100644 (file)
@@ -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