Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
brson committed Jun 19, 2014
1 parent e783666 commit b13d93b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/gfx/render_task.rs
Expand Up @@ -125,7 +125,7 @@ pub struct RenderTask<C> {
/// Renderer workers
worker_txs: Vec<Sender<WorkerMsg>>,

/// The receiver on which we recieve rendered buffers from the workesr
/// The receiver on which we receive rendered buffers from the workers
worker_result_rx: Receiver<Box<LayerBuffer>>
}

Expand Down

0 comments on commit b13d93b

Please sign in to comment.