From 214759aecff29a54cee2089235bd8c66685b9a07 Mon Sep 17 00:00:00 2001 From: Tim Date: Thu, 18 Oct 2018 10:55:21 +0100 Subject: [PATCH] Typo --- src/wayland/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wayland/mod.rs b/src/wayland/mod.rs index 4d66942..2a103d8 100644 --- a/src/wayland/mod.rs +++ b/src/wayland/mod.rs @@ -3,7 +3,7 @@ //! This module contains several handlers to manage the wayland protocol //! and the clients. //! -//! Most utilities provided in this module work in the wame way: +//! Most utilities provided in this module work in the same way: //! //! - An init function or method will take the event loop as argument and //! insert one or more globals into it.