diff options
Diffstat (limited to 'ext/http/01_http.js')
-rw-r--r-- | ext/http/01_http.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/http/01_http.js b/ext/http/01_http.js index f9a8d2cdb..55c9a77ee 100644 --- a/ext/http/01_http.js +++ b/ext/http/01_http.js @@ -293,7 +293,7 @@ function createRespondWith( if (respBody.locked) { throw new TypeError("ReadableStream is locked."); } - reader = respBody.getReader(); // Aquire JS lock. + reader = respBody.getReader(); // Acquire JS lock. try { await core.opAsync( "op_http_write_resource", |