From 52e871383317c85ce8144ecae4120633da367928 Mon Sep 17 00:00:00 2001 From: Illia Date: Sat, 31 Dec 2016 16:39:46 +0300 Subject: Fix typo --- src/ext/cache/mod.rs | 4 ++-- src/ext/voice/handler.rs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/ext') diff --git a/src/ext/cache/mod.rs b/src/ext/cache/mod.rs index c09e1d8..7d6255e 100644 --- a/src/ext/cache/mod.rs +++ b/src/ext/cache/mod.rs @@ -144,8 +144,8 @@ pub struct Cache { pub guilds: HashMap, /// A map of notes that a user has made for individual users. /// - /// An empty note is equivilant to having no note, and creating an empty - /// note is equivilant to deleting a note. + /// An empty note is equivalent to having no note, and creating an empty + /// note is equivalent to deleting a note. /// /// This will always be empty for bot users. pub notes: HashMap, 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. -- cgit v1.2.3