From 993dd4f5704da6edfc1afe53d9f5af6a70c4a447 Mon Sep 17 00:00:00 2001 From: Olexandr88 Date: Thu, 14 Aug 2025 18:18:28 +0300 Subject: [PATCH] Update mod.rs --- src/wayland/dmabuf/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wayland/dmabuf/mod.rs b/src/wayland/dmabuf/mod.rs index 0095c37632cd..21d45f1bc1df 100644 --- a/src/wayland/dmabuf/mod.rs +++ b/src/wayland/dmabuf/mod.rs @@ -863,7 +863,7 @@ pub struct ImportNotifier { #[derive(Debug)] enum Import { /// The import can fail or create a WlBuffer. - Falliable, + Fallible, /// A WlBuffer object has already been created. Failure causes client death. Infallible(WlBuffer),