aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorZeyla Hellyer <[email protected]>2017-09-19 21:33:18 -0700
committerZeyla Hellyer <[email protected]>2017-09-19 21:33:18 -0700
commit25f6d8779c7c60adc7dfbcc75d4761fa5264850a (patch)
tree7c556ca0fc88c993fb0d7beeaf3d91c146c591ad /src
parentAlso rustfmt (diff)
downloadserenity-25f6d8779c7c60adc7dfbcc75d4761fa5264850a.tar.xz
serenity-25f6d8779c7c60adc7dfbcc75d4761fa5264850a.zip
Fix a documentation typo
Diffstat (limited to 'src')
-rw-r--r--src/client/dispatch.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/dispatch.rs b/src/client/dispatch.rs
index 1c9b327..c07f240 100644
--- a/src/client/dispatch.rs
+++ b/src/client/dispatch.rs
@@ -128,7 +128,7 @@ fn handle_event<H: EventHandler + 'static>(event: Event,
let context = context(conn, data, tokio_handle);
- // This different channel_create dispacthing is only due to the fact that
+ // This different channel_create dispatching is only due to the fact that
// each time the bot receives a dm, this event is also fired.
// So in short, only exists to reduce unnecessary clutter.
let h = event_handler.clone();