Skip to content

Commit

Permalink
fix typo: receivedHosted -> receiverHosted
Browse files Browse the repository at this point in the history
  • Loading branch information
dwrensha committed Aug 29, 2024
1 parent 3edaa02 commit a90a2eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capnp-rpc/src/rpc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1550,7 +1550,7 @@ impl<VatId> ConnectionState<VatId> {
Ok(Some(exp.client_hook.add_ref()))
} else {
Ok(Some(broken::new_cap(Error::failed(
"invalid 'receivedHosted' export ID".to_string(),
"invalid 'receiverHosted' export ID".to_string(),
))))
}
}
Expand Down

0 comments on commit a90a2eb

Please sign in to comment.