From bc46292caaec4bd83286f99017a070e62ede208a Mon Sep 17 00:00:00 2001 From: Abdur Rehman Date: Sun, 1 Jan 2017 19:46:36 +0500 Subject: [PATCH] compositor: fix a minor typo emited -> emitted Signed-off-by: Abdur Rehman Reviewed-by: Yong Bakos --- libweston/compositor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libweston/compositor.c b/libweston/compositor.c index 508c2a98..f9175fbd 100644 --- a/libweston/compositor.c +++ b/libweston/compositor.c @@ -4326,7 +4326,7 @@ weston_output_enable_undo(struct weston_output *output) * applies the necessary changes. * All views assigned to the weston_output object are * moved to a new output. - * Signal is emited to notify all users of the weston_output + * Signal is emitted to notify all users of the weston_output * object that the output is being destroyed. * wl_output protocol objects referencing this weston_output * are made inert.