Fix spelling errors

Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
This commit is contained in:
Elyes HAOUAS 2021-10-02 08:29:27 +02:00 committed by Simon Ser
parent 323b8498ad
commit dc3d1530bf
6 changed files with 9 additions and 9 deletions

View file

@ -18,7 +18,7 @@ struct wlr_allocator_interface {
struct wlr_allocator {
const struct wlr_allocator_interface *impl;
// Capabilites of the buffers created with this allocator
// Capabilities of the buffers created with this allocator
uint32_t buffer_caps;
struct {