=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/grid.c,v retrieving revision 1.107 retrieving revision 1.108 diff -u -r1.107 -r1.108 --- src/usr.bin/tmux/grid.c 2020/05/16 14:53:23 1.107 +++ src/usr.bin/tmux/grid.c 2020/05/16 15:49:20 1.108 @@ -1,4 +1,4 @@ -/* $OpenBSD: grid.c,v 1.107 2020/05/16 14:53:23 nicm Exp $ */ +/* $OpenBSD: grid.c,v 1.108 2020/05/16 15:49:20 nicm Exp $ */ /* * Copyright (c) 2008 Nicholas Marriott @@ -1285,7 +1285,7 @@ /* * If the line is exactly right or the first character is wider - * than the targe width, just move it across unchanged. + * than the target width, just move it across unchanged. */ if (width == sx || first > sx) { grid_reflow_move(target, gl);