mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 11:55:59 +01:00
Fix typos
This commit is contained in:
parent
bd387da62d
commit
9686895b4e
2 changed files with 2 additions and 2 deletions
|
@ -114,7 +114,7 @@ int main(int argc, char *argv[]) {
|
||||||
|
|
||||||
if (output_power_manager == NULL) {
|
if (output_power_manager == NULL) {
|
||||||
fprintf(stderr,
|
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;
|
return EXIT_FAILURE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -134,7 +134,7 @@ struct wlr_drm_connector {
|
||||||
struct wl_list link;
|
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
|
* notification for its completion. Currently, the kernel only has a
|
||||||
* queue length of 1, and no way to modify your submissions after
|
* queue length of 1, and no way to modify your submissions after
|
||||||
* they're sent.
|
* they're sent.
|
||||||
|
|
Loading…
Reference in a new issue