1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-29 14:26:39 +02:00

core: fix typo in comment

This commit is contained in:
Sebastien Helleu
2013-01-12 09:35:21 +01:00
parent 1e20dd16e5
commit 1b56e084dc
+1 -1
View File
@@ -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;
}