Fix typos all around (thanks codespell!)
This commit is contained in:
@@ -1934,7 +1934,7 @@ input_handle_keymap(void *data, struct wl_keyboard *keyboard, uint32_t format,
|
||||
|
||||
input->keyboard_state_update = STATE_UPDATE_NONE;
|
||||
} else if (format == WL_KEYBOARD_KEYMAP_FORMAT_NO_KEYMAP) {
|
||||
weston_log("No keymap provided; falling back to defalt\n");
|
||||
weston_log("No keymap provided; falling back to default\n");
|
||||
keymap = NULL;
|
||||
input->keyboard_state_update = STATE_UPDATE_AUTOMATIC;
|
||||
} else {
|
||||
|
||||
@@ -52,7 +52,7 @@ struct backlight {
|
||||
|
||||
/*
|
||||
* Find and set up a backlight for a valid udev connector device, i.e. one
|
||||
* matching drm subsytem and with status of connected.
|
||||
* matching drm subsystem and with status of connected.
|
||||
*/
|
||||
struct backlight *backlight_init(struct udev_device *drm_device,
|
||||
uint32_t connector_type);
|
||||
|
||||
@@ -392,7 +392,7 @@ udev_seat_output_changed(struct udev_seat *seat, struct weston_output *output)
|
||||
wl_list_for_each(device, &seat->devices_list, link) {
|
||||
/* If we find any input device without an associated output
|
||||
* or an output name to associate with, just tie it with the
|
||||
* output we got here - the default assingment.
|
||||
* output we got here - the default assignment.
|
||||
*/
|
||||
if (!device->output_name) {
|
||||
if (!device->output)
|
||||
|
||||
@@ -387,7 +387,7 @@ pixel_format_get_info_shm(uint32_t format)
|
||||
return pixel_format_get_info(format);
|
||||
}
|
||||
|
||||
/** Retrive a pixel format information structure from a DRM FOURCC format
|
||||
/** Retrieve a pixel format information structure from a DRM FOURCC format
|
||||
*
|
||||
* \param format a DRM FOURCC format
|
||||
*/
|
||||
|
||||
@@ -116,7 +116,7 @@ struct vaapi_recorder {
|
||||
static void *
|
||||
worker_thread_function(void *);
|
||||
|
||||
/* bistream code used for writing the packed headers */
|
||||
/* bitstream code used for writing the packed headers */
|
||||
|
||||
#define BITSTREAM_ALLOCATE_STEPPING 4096
|
||||
|
||||
|
||||
@@ -318,7 +318,7 @@ weston_debug_compositor_destroy(struct weston_compositor *compositor)
|
||||
* \param compositor The libweston compositor where to enable.
|
||||
*
|
||||
* This enables the weston_debug_v1 Wayland protocol extension which any client
|
||||
* can use to get debug messsages from the compositor.
|
||||
* can use to get debug messages from the compositor.
|
||||
*
|
||||
* WARNING: This feature should not be used in production. If a client
|
||||
* provides a file descriptor that blocks writes, it will block the whole
|
||||
|
||||
Reference in New Issue
Block a user