From b41dc10063d5b8e2a10e49ca8b227e5f5338ca75 Mon Sep 17 00:00:00 2001 From: Tiago Vignatti Date: Mon, 8 Oct 2012 18:40:00 +0300 Subject: [PATCH] wayland: Fix typos My vim spell checker is able to find typos of xml files after adding "syn spell toplevel" to ~/.vim/after/syntax/xml.vim aah, and Wayland is capital letter :) Signed-off-by: Tiago Vignatti --- protocol/wayland.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/protocol/wayland.xml b/protocol/wayland.xml index e9f8034..efd71dd 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -30,7 +30,7 @@ The core global object. This is a special singleton object. It - is used for internal wayland protocol features. + is used for internal Wayland protocol features. @@ -138,7 +138,7 @@ The wl_shm_pool object encapsulates a piece of memory shared - between the compsitor and client. Through the wl_shm_pool + between the compositor and client. Through the wl_shm_pool object, the client can allocate shared memory wl_buffer objects. The objects will share the same underlying mapped memory. Reusing the mapped memory avoids the setup/teardown overhead and @@ -156,7 +156,7 @@ those advertised through the wl_shm.format event. A buffer will keep a reference to the pool it was created from - so it is valid to destroy the pool immediatedly after creating + so it is valid to destroy the pool immediately after creating a buffer from it. -- 2.7.4