mirror of
https://github.com/weechat/weechat.git
synced 2026-06-27 21:36:37 +02:00
spelling: cannot
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Sébastien Helleu
parent
08895863d9
commit
4ef3011ea9
@@ -395,7 +395,7 @@ gui_bar_window_calculate_pos_size (struct t_gui_bar_window *bar_window,
|
||||
break;
|
||||
}
|
||||
|
||||
/* bar window can not be displayed? (not enough space left) */
|
||||
/* bar window cannot be displayed? (not enough space left) */
|
||||
if ((bar_window->x < x1) || (bar_window->x > x2)
|
||||
|| (bar_window->y < y1) || (bar_window->y > y2)
|
||||
|| (bar_window->width < 1) || (bar_window->height < 1))
|
||||
@@ -992,7 +992,7 @@ gui_bar_window_content_get_with_filling (struct t_gui_bar_window *bar_window,
|
||||
*
|
||||
* Returns:
|
||||
* 1: spacers can be used
|
||||
* 0: spacers can not be used
|
||||
* 0: spacers cannot be used
|
||||
*/
|
||||
|
||||
int
|
||||
|
||||
Reference in New Issue
Block a user