backend: dummy: fix a typo in the dummy_get_blur_size function

"reisze_region" => "resize_region"
This commit is contained in:
Maxim Solovyov 2023-06-12 23:11:20 +03:00
parent 5b6f6ecbf5
commit 1e398b9c24
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ void dummy_destroy_blur_context(struct backend_base *base attr_unused, void *ctx
}
void dummy_get_blur_size(void *ctx attr_unused, int *width, int *height) {
// These numbers are arbitrary, to make sure the reisze_region code path is
// These numbers are arbitrary, to make sure the resize_region code path is
// covered.
*width = 5;
*height = 5;