Fix typos all around (thanks codespell!)

This commit is contained in:
Emmanuel Gil Peyrot
2019-02-20 16:33:32 +01:00
parent e578004b3c
commit 426c24673f
19 changed files with 26 additions and 26 deletions
+1 -1
View File
@@ -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 {
+1 -1
View File
@@ -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);
+1 -1
View File
@@ -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)
+1 -1
View File
@@ -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
*/
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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