fix some misspellings

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou
2022-12-31 21:41:16 +08:00
parent 17225a25dd
commit b114ebf350
20 changed files with 63 additions and 61 deletions

View File

@@ -990,7 +990,7 @@ impl<T: InvokeUiSession> Remote<T> {
self.video_sender.send(MediaData::Reset).ok();
if s.width > 0 && s.height > 0 {
self.handler
.set_display(s.x, s.y, s.width, s.height, s.cursor_embeded);
.set_display(s.x, s.y, s.width, s.height, s.cursor_embedded);
}
}
Some(misc::Union::CloseReason(c)) => {