Commit 13d50c27 authored by David Renshaw's avatar David Renshaw

destory -> destroy

parent 28eeb7f3
......@@ -341,7 +341,7 @@ protected:
// The effect of this method is undefined if:
// - No capability client has been created pointing to this object. (This is always the case in
// the server's constructor.)
// - The capability client pointing at this object has been destoryed. (This is always the case
// - The capability client pointing at this object has been destroyed. (This is always the case
// in the server's destructor.)
// - Multiple capability clients have been created around the same server (possible if the server
// is refcounted, which is not recommended since the client itself provides refcounting).
......
......@@ -1275,7 +1275,7 @@ private:
// If we're still awaiting a return, then this request is being canceled, and we're going
// to ignore any capabilities in the return message, so set releaseResultCaps true. If we
// already received the return, then we've already built local proxies for the caps and
// will send Release messages when those are destoryed.
// will send Release messages when those are destroyed.
builder.setReleaseResultCaps(question.isAwaitingReturn);
message->send();
}
......
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