Commit 555753da authored by Kenton Varda's avatar Kenton Varda

Typos

parent abb19c3c
......@@ -1707,7 +1707,7 @@ private:
bool writeInProgress = false;
// True if a write method has been called and has not completed successfully. In the case that
// a write throws an exception or is canceled, this remains true forever. In these cases, the
// underlying steram is in an inconsitent state and cannot be reused.
// underlying stream is in an inconsistent state and cannot be reused.
void queueWrite(kj::String content) {
writeQueue = writeQueue.then(kj::mvCapture(content, [this](kj::String&& content) {
......
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