diff options
| author | Illia <[email protected]> | 2016-12-31 16:39:46 +0300 |
|---|---|---|
| committer | Illia <[email protected]> | 2016-12-31 16:39:46 +0300 |
| commit | 52e871383317c85ce8144ecae4120633da367928 (patch) | |
| tree | 64f3fedc2f4d9a8be97c2c1731ed947968fc634a /src/ext/voice/handler.rs | |
| parent | Add command alias support and command.example (diff) | |
| download | serenity-52e871383317c85ce8144ecae4120633da367928.tar.xz serenity-52e871383317c85ce8144ecae4120633da367928.zip | |
Fix typo
Diffstat (limited to 'src/ext/voice/handler.rs')
| -rw-r--r-- | src/ext/voice/handler.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ext/voice/handler.rs b/src/ext/voice/handler.rs index 05f977d..f954d22 100644 --- a/src/ext/voice/handler.rs +++ b/src/ext/voice/handler.rs @@ -211,9 +211,9 @@ impl Handler { /// /// This has 3 separate behaviors: /// - /// - if the given `channel_id` is equivilant to the current connected + /// - if the given `channel_id` is equivalent to the current connected /// `channel_id`, then do nothing; - /// - if the given `channel_id` is _not_ equivilant to the current connected + /// - if the given `channel_id` is _not_ equivalent to the current connected /// `channel_id`, then switch to the given `channel_id`; /// - if not currently connected to a voice channel, connect to the given /// one. |