Fix typos (#4989)
This commit is contained in:
@ -66,7 +66,7 @@ struct status_block {
|
||||
uint32_t border_left;
|
||||
bool pango_markup;
|
||||
|
||||
/* The amount of pixels necessary to render a separater after the block. */
|
||||
/* The amount of pixels necessary to render a separator after the block. */
|
||||
uint32_t sep_block_width;
|
||||
|
||||
/* Continuously-updated information on how to render this status block. */
|
||||
|
@ -203,7 +203,7 @@ static uint32_t predict_statusline_length(bool use_short_text) {
|
||||
if (block->border)
|
||||
render->width += logical_px(block->border_left + block->border_right);
|
||||
|
||||
/* Compute offset and append for text aligment in min_width. */
|
||||
/* Compute offset and append for text alignment in min_width. */
|
||||
if (block->min_width <= render->width) {
|
||||
render->x_offset = 0;
|
||||
render->x_append = 0;
|
||||
|
Reference in New Issue
Block a user