From 22a2f4649fe090baaec5bd999384516c90450b48 Mon Sep 17 00:00:00 2001 From: Victor Berger Date: Fri, 8 Sep 2017 13:13:07 +0200 Subject: [PATCH] shell: fix doc typos --- src/shell/mod.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/shell/mod.rs b/src/shell/mod.rs index eaf761c..7d58480 100644 --- a/src/shell/mod.rs +++ b/src/shell/mod.rs @@ -24,7 +24,7 @@ //! To initialize this handler, simply instanciate it and register it to the event loop //! as a global handler for xdg_shell and wl_shell. You will need to provide it the //! `CompositorToken` you retrieved from an instanciation of the `CompositorHandler` -//! provided y smithay. +//! provided by smithay. //! //! ``` //! # extern crate wayland_server; @@ -819,7 +819,7 @@ pub trait Handler { fn new_client(&mut self, evlh: &mut EventLoopHandle, client: ShellClient); /// The pong for a pending ping of this shell client was received /// - /// The SHellHandler already checked for you that the serial matches the one + /// The ShellHandler already checked for you that the serial matches the one /// from the pending ping. fn client_pong(&mut self, evlh: &mut EventLoopHandle, client: ShellClient); /// A new toplevel surface was created