From 7f1da1f5246dfe34657f219cfb841868a6007a0c Mon Sep 17 00:00:00 2001 From: Abdur Rehman Date: Sun, 1 Jan 2017 19:46:33 +0500 Subject: [PATCH] desktop-shell: fix a typo Signed-off-by: Abdur Rehman Reviewed-by: Yong Bakos --- desktop-shell/shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop-shell/shell.c b/desktop-shell/shell.c index 3913f95f6..8388dc3bb 100644 --- a/desktop-shell/shell.c +++ b/desktop-shell/shell.c @@ -1911,7 +1911,7 @@ shell_surface_set_output(struct shell_surface *shsurf, weston_desktop_surface_get_surface(shsurf->desktop_surface); /* get the default output, if the client set it as NULL - check whether the ouput is available */ + check whether the output is available */ if (output) shsurf->output = output; else if (es->output)