X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=libi3%2Ffont.c;fp=libi3%2Ffont.c;h=847bc61beb30c2d474ef4ee5c96639305f4e91e3;hb=5b80713233a70ab1bb4a6e5b4e676d4cf29b05b7;hp=b6d9d42e696d4a8e34865b13e970cc68aea3ccfb;hpb=123de9a25f341bc66beed0189f70132a4f589960;p=i3%2Fi3 diff --git a/libi3/font.c b/libi3/font.c index b6d9d42e..847bc61b 100644 --- a/libi3/font.c +++ b/libi3/font.c @@ -458,7 +458,7 @@ static int xcb_query_text_width(const xcb_char2b_t *text, size_t text_len) { cookie, &error); if (reply == NULL) { /* We return a safe estimate because a rendering error is better than - * a crash. Plus, the user will see the error in his log. */ + * a crash. Plus, the user will see the error in their log. */ fprintf(stderr, "Could not get text extents (X error code %d)\n", error->error_code); return savedFont->specific.xcb.info->max_bounds.character_width * text_len;