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

@ -307,7 +307,7 @@ gimp_scale_entry_new (const gchar *text,
* useful if you need to customize some aspects of the widget
*
* By default, it is a #GtkScale, but it can be any other type of
* #GtkRange if a subclass overrided the new_range_widget() protected
* #GtkRange if a subclass overrode the new_range_widget() protected
* method.
*
* Returns: (transfer none): The #GtkRange contained in @entry.