aboutsummaryrefslogtreecommitdiff
path: root/src/event_loop.rs
diff options
context:
space:
mode:
authorMartin Lindhe <martin-commit@ubique.se>2017-10-30 16:03:58 +0100
committerJoe Wilm <jwilm@users.noreply.github.com>2017-10-30 09:25:13 -0700
commit5b444375f22927c3661c331f3f37519940204bc0 (patch)
tree0079436834a54bd5e58e48e46a253f2a73890b6d /src/event_loop.rs
parentf646f6c9f8b04d7c880920941eccce699fba6b04 (diff)
downloadalacritty-5b444375f22927c3661c331f3f37519940204bc0.tar.gz
alacritty-5b444375f22927c3661c331f3f37519940204bc0.zip
fix some typos in comments
Diffstat (limited to 'src/event_loop.rs')
-rw-r--r--src/event_loop.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/event_loop.rs b/src/event_loop.rs
index 5095f359..02b7a5e5 100644
--- a/src/event_loop.rs
+++ b/src/event_loop.rs
@@ -195,7 +195,7 @@ impl<Io> EventLoop<Io>
// Drain the channel
//
- // Returns a `DrainResult` indicating the result of receiving from the channe;
+ // Returns a `DrainResult` indicating the result of receiving from the channel
//
fn drain_recv_channel(&self, state: &mut State) -> DrainResult {
let mut received_item = false;