From 9686895b4e6b1e44132389b57b958f8885d97d77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonin=20D=C3=A9cimo?= Date: Tue, 21 Jul 2020 17:46:33 +0200 Subject: [PATCH] Fix typos --- examples/output-power-management.c | 2 +- include/backend/drm/drm.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/output-power-management.c b/examples/output-power-management.c index 8d91c6c0..43e7c53f 100644 --- a/examples/output-power-management.c +++ b/examples/output-power-management.c @@ -114,7 +114,7 @@ int main(int argc, char *argv[]) { if (output_power_manager == NULL) { fprintf(stderr, - "compositor doesn't support wlr-output-power-managment-unstable-v1\n"); + "compositor doesn't support wlr-output-power-management-unstable-v1\n"); return EXIT_FAILURE; } diff --git a/include/backend/drm/drm.h b/include/backend/drm/drm.h index c5685079..80bc7669 100644 --- a/include/backend/drm/drm.h +++ b/include/backend/drm/drm.h @@ -134,7 +134,7 @@ struct wlr_drm_connector { struct wl_list link; /* - * We've asked for a state change in the kernel, and yet to recieve a + * We've asked for a state change in the kernel, and yet to receive a * notification for its completion. Currently, the kernel only has a * queue length of 1, and no way to modify your submissions after * they're sent.