This commit is contained in:
George Rodrigues
2022-06-01 04:49:05 -03:00
committed by GitHub
parent 612a9317b0
commit 6ab64aa5b7
28 changed files with 31 additions and 31 deletions

View File

@ -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. */

View File

@ -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;