Skip to content

Commit

Permalink
chore: remove unneeded duplicate word (#4865)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton committed Jul 8, 2024
1 parent c3c0a32 commit 7721ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/virtiofs/src/virtiofs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ impl VhostUserBackend for VhostUserFsBackend {
) -> io::Result<()> {
if evset != EventSet::IN {
return Err(new_unexpected_error(
"failed to handle handle event other than input event",
"failed to handle event other than input event",
None,
)
.into());
Expand Down

0 comments on commit 7721ab0

Please sign in to comment.