diff --git a/wlx-overlay-s/src/backend/wayvr/image_importer.rs b/wlx-overlay-s/src/backend/wayvr/image_importer.rs index 53a2b56..2a29a00 100644 --- a/wlx-overlay-s/src/backend/wayvr/image_importer.rs +++ b/wlx-overlay-s/src/backend/wayvr/image_importer.rs @@ -58,7 +58,7 @@ impl ImageImporter { )?; let fourcc = shm_format_to_fourcc(bd.format) - .with_context(|| format!("Could not conver {:?} to fourcc", bd.format))?; + .with_context(|| format!("Could not convert {:?} to fourcc", bd.format))?; let format = fourcc_to_vk(fourcc) .with_context(|| format!("Could not convert {fourcc} to vkFormat"))?;