mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-05 01:40:41 -05:00
box-drawing: codespell: assymetrical -> asymmetrical
This commit is contained in:
parent
e353edaf41
commit
c7a611fdf3
1 changed files with 2 additions and 2 deletions
|
|
@ -1246,7 +1246,7 @@ draw_box_drawings_light_arc(wchar_t wc, struct buf *buf)
|
||||||
* arcs, we need to mirror the arc around either the x-, y- or
|
* arcs, we need to mirror the arc around either the x-, y- or
|
||||||
* both axis.
|
* both axis.
|
||||||
*
|
*
|
||||||
* When doing so, we need to adjust for assymetrical cell
|
* When doing so, we need to adjust for asymmetrical cell
|
||||||
* dimensions.
|
* dimensions.
|
||||||
*
|
*
|
||||||
* The amazing box drawing art below represents the lower part
|
* The amazing box drawing art below represents the lower part
|
||||||
|
|
@ -1267,7 +1267,7 @@ draw_box_drawings_light_arc(wchar_t wc, struct buf *buf)
|
||||||
* │ ┆ ┆ │ │ ┆ ┆ │
|
* │ ┆ ┆ │ │ ┆ ┆ │
|
||||||
* └─┴─┴─┴─┘ └─┴─┴─┴─┴─┘
|
* └─┴─┴─┴─┘ └─┴─┴─┴─┴─┘
|
||||||
*
|
*
|
||||||
* As can be seen(?), the resulting line is assymetrical when
|
* As can be seen(?), the resulting line is asymmetrical when
|
||||||
* *either* the cell is odd sized, *or* the line is odd
|
* *either* the cell is odd sized, *or* the line is odd
|
||||||
* sized. But not when both are.
|
* sized. But not when both are.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue