mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Fix spelling mistakes in comments.
This commit is contained in:
parent
9f8dda7abc
commit
c254d195ad
24 changed files with 42 additions and 42 deletions
|
@ -252,7 +252,7 @@ impl XMLHttpRequest {
|
|||
let (chan, cors_port) = channel();
|
||||
let req2 = req.clone();
|
||||
// TODO: this exists only to make preflight check non-blocking
|
||||
// perhaps shoud be handled by the resource_loader?
|
||||
// perhaps should be handled by the resource_loader?
|
||||
spawn_named("XHR:Cors", proc() {
|
||||
let response = req2.http_fetch();
|
||||
chan.send(response);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue