box-drawing: codespell: assymetrical -> asymmetrical

This commit is contained in:
Daniel Eklöf 2021-01-02 12:35:53 +01:00
parent e353edaf41
commit c7a611fdf3
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

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