Skip to content

Commit fe40851

Browse files
committed
chore: typo fix
1 parent a25e60a commit fe40851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layershellev/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1938,7 +1938,7 @@ impl<T> Dispatch<zwp_text_input_v3::ZwpTextInputV3, TextInputData> for WindowSta
19381938
let Some(id) = text_input_data
19391939
.surface
19401940
.as_ref()
1941-
.and_then(|suface| state.get_id_from_surface(suface))
1941+
.and_then(|surface| state.get_id_from_surface(surface))
19421942
else {
19431943
return;
19441944
};

0 commit comments

Comments
 (0)