aboutsummaryrefslogtreecommitdiff
path: root/examples/05_user_login/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/05_user_login/src/main.rs')
-rw-r--r--examples/05_user_login/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/05_user_login/src/main.rs b/examples/05_user_login/src/main.rs
index 0328042..582dfbf 100644
--- a/examples/05_user_login/src/main.rs
+++ b/examples/05_user_login/src/main.rs
@@ -8,7 +8,7 @@ fn main() {
let token = env::var("DISCORD_TOKEN")
.expect("Expected a token in the environment");
- // Logging in is essentially equivilant to logging in as a user.
+ // Logging in is essentially equivalent to logging in as a user.
//
// The primary difference is that by using `login_user`, the "Bot " string
// is not prefixed to the token.