From: Zhaowei Yuan Date: Sat, 16 Nov 2019 01:34:43 +0000 (+0800) Subject: e_comp_screen: Fix a typo X-Git-Tag: submit/tizen/20191120.103427~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=347412304b50f9ea6a1462e3e5f7f00fdc726ad0;p=platform%2Fupstream%2Fenlightenment.git e_comp_screen: Fix a typo Change-Id: I3393c68313dc31048cc6d85ff2fee5bf991d4b49 Signed-off-by: Zhaowei Yuan --- diff --git a/src/bin/e_comp_screen.c b/src/bin/e_comp_screen.c index 18190aae00..f7cd6dc0b3 100644 --- a/src/bin/e_comp_screen.c +++ b/src/bin/e_comp_screen.c @@ -976,7 +976,7 @@ e_comp_screen_e_screens_setup(E_Comp_Screen *e_comp_screen, int rw, int rh) int i = 0; output = e_comp_screen_primary_output_get(e_comp_screen); - /* No pirmary output meands that there is no output at the system */ + /* No pirmary output means that there is no output at the system */ if (!output) goto out; screen = E_NEW(E_Screen, 1);