[PATCH i-g-t v2 11/16] tests/kms_sharpness_filter: fix typo
Michał Grzelak <[email protected]>
| Newsgroups | org.freedesktop.lists.igt-dev |
|---|---|
| Organization | Intel Technology Poland sp. z o.o. - ul. Slowackiego 173, 80-298 Gdansk - KRS 101882 - NIP 957-07-52-316 |
| Message-ID | <[email protected]> |
Refer to the connector instead of connecter. Signed-off-by: Michał Grzelak <[email protected]> --- tests/intel/kms_sharpness_filter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/intel/kms_sharpness_filter.c b/tests/intel/kms_sharpness_filter.c index 8c60736691..f2e3fc9494 100644 --- a/tests/intel/kms_sharpness_filter.c +++ b/tests/intel/kms_sharpness_filter.c @@ -456,7 +456,7 @@ static void test_sharpness_filter(data_t *data, enum test_type type) igt_plane_set_fb(data->plane[0], &data->fb[0]); if (type == TEST_INVALID_FILTER_WITH_SCALING_MODE) - igt_require_f(has_scaling_mode(output), "No connecter scaling mode found on %s\n", output->name); + igt_require_f(has_scaling_mode(output), "No connector scaling mode found on %s\n", output->name); if (type == TEST_INVALID_FILTER_WITH_NEAREST_NEIGHBOR) igt_require_f(igt_crtc_has_prop(data->crtc, IGT_CRTC_SCALING_FILTER), -- 2.45.2