=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/format-draw.c,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- src/usr.bin/tmux/format-draw.c 2019/07/01 06:56:00 1.11 +++ src/usr.bin/tmux/format-draw.c 2019/07/06 20:37:29 1.12 @@ -1,4 +1,4 @@ -/* $OpenBSD: format-draw.c,v 1.11 2019/07/01 06:56:00 nicm Exp $ */ +/* $OpenBSD: format-draw.c,v 1.12 2019/07/06 20:37:29 nicm Exp $ */ /* * Copyright (c) 2019 Nicholas Marriott @@ -565,7 +565,7 @@ cp++; } - /* Draw the cell to th current screen. */ + /* Draw the cell to the current screen. */ screen_write_cell(&ctx[current], &sy.gc); width[current] += ud->width; continue;