Skip to content

Commit 4d0553c

Browse files
committed
Spelling
1 parent 55bbd2e commit 4d0553c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/context/concrete_base.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ impl ConcreteBaseAudioContext {
294294
return;
295295
}
296296

297-
// Inform render thread that the control thread AudioNode no langer has any handles
297+
// Inform render thread that the control thread AudioNode no longer has any handles
298298
let message = ControlMessage::ControlHandleDropped { id };
299299
self.send_control_msg(message);
300300

0 commit comments

Comments
 (0)