mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-03-04 01:41:18 -05:00
treewide: fix typos
Signed-off-by: Diego Viola <diego.viola@gmail.com>
This commit is contained in:
parent
1ce992d7cb
commit
6d9aa17572
13 changed files with 15 additions and 15 deletions
|
|
@ -2139,7 +2139,7 @@ struct wlr_drm_lease *wlr_drm_create_lease(struct wlr_output **outputs,
|
|||
wlr_log(WLR_DEBUG, "Connector %d", conn->id);
|
||||
|
||||
if (!drm_connector_alloc_crtc(conn)) {
|
||||
wlr_log(WLR_ERROR, "Failled to allocate connector CRTC");
|
||||
wlr_log(WLR_ERROR, "Failed to allocate connector CRTC");
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -246,7 +246,7 @@ void init_seat_touch(struct wlr_wl_seat *seat) {
|
|||
|
||||
struct wlr_wl_output *output;
|
||||
wl_list_for_each(output, &seat->backend->outputs, link) {
|
||||
/* Multi-output touch not supproted */
|
||||
/* Multi-output touch not supported */
|
||||
seat->wlr_touch.output_name = strdup(output->wlr_output.name);
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue