From 1b56e084dc809bade667e77ac77c5d743efe83a9 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Sat, 12 Jan 2013 09:35:21 +0100 Subject: [PATCH] core: fix typo in comment --- src/gui/gui-bar-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/gui-bar-window.c b/src/gui/gui-bar-window.c index 3bbeb88dc..38526a206 100644 --- a/src/gui/gui-bar-window.c +++ b/src/gui/gui-bar-window.c @@ -176,7 +176,7 @@ gui_bar_window_search_by_xy (struct t_gui_window *window, int x, int y, /* * when the bar is on left/right, the last space (after last * column) is not displayed, so we add 1 to width for finding - * number of columns) + * number of columns */ num_cols = ((*bar_window)->width + 1) / (*bar_window)->screen_col_size; }