From 23eb88709b3b7db6b5295364cc2ed1a92c10c140 Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Tue, 14 Mar 2017 10:51:01 -0400 Subject: [PATCH] elementary: Fix minor typo in efl_ui_win.eo Small patch to fix a minor typo in the "noblank" property of efl_ui_win.eo @fix Signed-off-by: Chris Michael --- src/lib/elementary/efl_ui_win.eo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elementary/efl_ui_win.eo b/src/lib/elementary/efl_ui_win.eo index 20f835d1b3..4097f66816 100644 --- a/src/lib/elementary/efl_ui_win.eo +++ b/src/lib/elementary/efl_ui_win.eo @@ -532,7 +532,7 @@ class Efl.Ui.Win (Elm.Widget, Efl.Canvas, Elm.Interface.Atspi.Window, [[Set the noblank property of a window. The "noblank" property is a way to request the display on - which the windowis shown does not blank, screensave or + which the window is shown does not blank, screensave or otherwise hide or obscure the window. It is intended for uses such as media playback on a television where a user may not want to be interrupted by an idle screen. The