aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2021-10-02 08:29:27 +0200
committerSimon Ser <contact@emersion.fr>2021-10-02 10:22:13 +0200
commitdc3d1530bf58ca68ac81d2a809cc416ff7f71938 (patch)
tree8c7eb8556a8bdca96e664922b7c19f5869c8c7c8 /include
parent323b8498ad42c94cb8fe6e93a633ef093a53b081 (diff)
Fix spelling errors
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Diffstat (limited to 'include')
-rw-r--r--include/render/allocator/allocator.h2
-rw-r--r--include/wlr/types/wlr_idle.h2
-rw-r--r--include/wlr/util/box.h2
3 files changed, 3 insertions, 3 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 {
diff --git a/include/wlr/types/wlr_idle.h b/include/wlr/types/wlr_idle.h
index acb98dfe..8e89a341 100644
--- a/include/wlr/types/wlr_idle.h
+++ b/include/wlr/types/wlr_idle.h
@@ -76,7 +76,7 @@ void wlr_idle_set_enabled(struct wlr_idle *idle, struct wlr_seat *seat,
/**
* Create a new timer on the given seat. The idle event will be called after
* the given amount of milliseconds of inactivity, and the resumed event will
- * be sent at the first user activty after the fired event.
+ * be sent at the first user activity after the fired event.
*/
struct wlr_idle_timeout *wlr_idle_timeout_create(struct wlr_idle *idle,
struct wlr_seat *seat, uint32_t timeout);
diff --git a/include/wlr/util/box.h b/include/wlr/util/box.h
index 83ea5001..66cfa21c 100644
--- a/include/wlr/util/box.h
+++ b/include/wlr/util/box.h
@@ -49,7 +49,7 @@ void wlr_box_closest_point(const struct wlr_box *box, double x, double y,
double *dest_x, double *dest_y);
/**
- * Gives the intersecting box betweem two wlr_box.
+ * Gives the intersecting box between two wlr_box.
*
* Returns an empty wlr_box if the provided wlr_box don't intersect.
*/