diff --git a/src/animation/common.h b/src/animation/common.h index 7453113c5..163bc0bdc 100644 --- a/src/animation/common.h +++ b/src/animation/common.h @@ -197,7 +197,7 @@ static bool scene_node_snapshot(struct wlr_scene_node *node, int32_t lx, return false; } - // etain the original data pointer (e.g., Client*) to prevent event dispatching/focus acquisition from failing. + // retain the original data pointer (e.g., Client*) to prevent event dispatching/focus acquisition from failing. snapshot_buffer->node.data = scene_buffer->node.data; wlr_scene_buffer_set_dest_size(snapshot_buffer, scene_buffer->dst_width, @@ -288,4 +288,4 @@ void request_fresh_all_monitors(void) { } wlr_output_schedule_frame(m->wlr_output); } -} \ No newline at end of file +}