From c3d611fcf28c572ab4af96ba586020103390f94b Mon Sep 17 00:00:00 2001 From: Michael Catanzaro Date: Sun, 20 Dec 2015 11:52:30 -0600 Subject: [PATCH] entry: Fix typo --- gtk/gtkentry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkentry.c b/gtk/gtkentry.c index fe37a562c0..ca13c3f6e0 100644 --- a/gtk/gtkentry.c +++ b/gtk/gtkentry.c @@ -133,7 +133,7 @@ * When the entry shows icons, it adds subnodes with the name image and the * style class .left or .right, depending on where the icon appears. * - * When the entry has a selection, it adds a subnode with the name sleciton. + * When the entry has a selection, it adds a subnode with the name selection. * * When the entry shows progress, it adds a subnode with the name progress. * The node has the style class .pulse when the shown progress is pulsing.