Fix typos

Found via:
```
codespell -q 3 -S ./ChangeLog*,*.po,./.git,./NEWS* -L als,ang,ba,chello,daa,doubleclick,foto,hist,iff,inport,klass,mut,nd,ower,paeth,params,pard,pevent,sinc,thru,tim,uint
```
This commit is contained in:
luz paz
2020-11-05 11:43:53 -05:00
committed by Jehan
parent 0b040dc109
commit bb322d94d7
25 changed files with 36 additions and 36 deletions

View File

@ -1156,7 +1156,7 @@ RIGHT_MARGIN = 2
TOTAL_MARGIN = CIRCLE_CENTER_X + RIGHT_MARGIN
# A widget for displaying and setting the pattern of a spirograph, using a "doughnut" as
# a visual metaphore. This widget replaces two scale widgets.
# a visual metaphor. This widget replaces two scale widgets.
class DoughnutWidget(Gtk.DrawingArea):
__gtype_name__ = 'DoughnutWidget'