From d8f1ef057b0959410bdea84895d3bc091d157880 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Thu, 10 Apr 2014 22:51:28 +0200 Subject: [PATCH] Fix typo in variable name --- openbox/actions/growtoedge.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openbox/actions/growtoedge.c b/openbox/actions/growtoedge.c index fa1b2c7..acfbcfa 100644 --- a/openbox/actions/growtoedge.c +++ b/openbox/actions/growtoedge.c @@ -188,11 +188,11 @@ static gboolean run_func(ObActionsData *data, gpointer options) if (!data->client) return FALSE; - gboolean doing_verical_resize = + gboolean doing_vertical_resize = o->dir == OB_DIRECTION_NORTH || o->dir == OB_DIRECTION_SOUTH || o->fill; - if (data->client->shaded && doing_verical_resize) + if (data->client->shaded && doing_vertical_resize) return FALSE; if (o->fill) { -- 1.9.1