This commit is contained in:
Tim 2018-10-18 10:55:21 +01:00 committed by GitHub
parent 9f0a1fb244
commit 214759aecf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.