diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2021-10-02 08:29:27 +0200 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2021-10-02 10:22:13 +0200 |
commit | dc3d1530bf58ca68ac81d2a809cc416ff7f71938 (patch) | |
tree | 8c7eb8556a8bdca96e664922b7c19f5869c8c7c8 /include/render | |
parent | 323b8498ad42c94cb8fe6e93a633ef093a53b081 (diff) |
Fix spelling errors
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Diffstat (limited to 'include/render')
-rw-r--r-- | include/render/allocator/allocator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/render/allocator/allocator.h b/include/render/allocator/allocator.h index d67116cd..5d8028cb 100644 --- a/include/render/allocator/allocator.h +++ b/include/render/allocator/allocator.h @@ -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 { |