Commit 19b53520 authored by David Renshaw's avatar David Renshaw

typo: mesasge -> message

parent 68ad3220
......@@ -311,7 +311,7 @@ struct WireHelpers {
static KJ_ALWAYS_INLINE(word* allocate(
WirePointer*& ref, SegmentBuilder*& segment, WordCount amount,
WirePointer::Kind kind, BuilderArena* orphanArena)) {
// Allocate space in the mesasge for a new object, creating far pointers if necessary.
// Allocate space in the message for a new object, creating far pointers if necessary.
//
// * `ref` starts out being a reference to the pointer which shall be assigned to point at the
// new object. On return, `ref` points to a pointer which needs to be initialized with
......
......@@ -1254,7 +1254,7 @@ using ThirdPartyCapId = AnyPointer;
#
# In a network where each vat has a public/private key pair, this could be a combination of the
# third party's public key fingerprint, hints on how to connect to the third party (e.g. an IP
# address), and the question ID used in the corresponding `Provide` mesasge sent to that third party
# address), and the question ID used in the corresponding `Provide` message sent to that third party
# (used to identify which capability to pick up).
using JoinKeyPart = AnyPointer;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment