Fix typos

This commit is contained in:
bbb651 2025-03-18 01:03:07 +02:00 committed by Shawn Wallace
parent 180efb0ba9
commit 1d98ee089c
4 changed files with 5 additions and 5 deletions

View file

@ -1134,7 +1134,7 @@ impl<C: XConnection> Dispatch<s_tablet::zwp_tablet_pad_ring_v2::ZwpTabletPadRing
ring.client.destroy();
state.objects.remove(*key);
}
other => warn!("unhandled tablet pad ring requst: {other:?}"),
other => warn!("unhandled tablet pad ring request: {other:?}"),
}
}
}
@ -1163,7 +1163,7 @@ impl<C: XConnection> Dispatch<s_tablet::zwp_tablet_pad_strip_v2::ZwpTabletPadStr
strip.client.destroy();
state.objects.remove(*key);
}
other => warn!("unhandled tablet pad strip requst: {other:?}"),
other => warn!("unhandled tablet pad strip request: {other:?}"),
}
}
}