diff options
| author | Perry Fraser <[email protected]> | 2018-10-01 16:38:07 -0400 |
|---|---|---|
| committer | zeyla <[email protected]> | 2018-10-01 13:38:07 -0700 |
| commit | 9865d9ccd727a7f6c5c9a6094b87af0f6353831b (patch) | |
| tree | b9d13d1ff517347da19d198b257481fffbbb68db /src/voice | |
| parent | Change DOS line endings to UNIX line endings (diff) | |
| download | serenity-9865d9ccd727a7f6c5c9a6094b87af0f6353831b.tar.xz serenity-9865d9ccd727a7f6c5c9a6094b87af0f6353831b.zip | |
A bunch of typo fixes (#404)
Diffstat (limited to 'src/voice')
| -rw-r--r-- | src/voice/threading.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/voice/threading.rs b/src/voice/threading.rs index 1e826a4..55e3651 100644 --- a/src/voice/threading.rs +++ b/src/voice/threading.rs @@ -54,7 +54,7 @@ fn runner(rx: &MpscReceiver<Status>) { senders.push(s); }, Err(TryRecvError::Empty) => { - // If we receieved nothing, then we can perform an update. + // If we received nothing, then we can perform an update. break; }, Err(TryRecvError::Disconnected) => { |