Fix typos

Found via `codespell -q 3 -S ./ChangeLog*,*.po -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-03-13 08:57:49 -04:00 committed by Jehan
parent 7a4254dda1
commit a928452eba
2 changed files with 2 additions and 2 deletions

View File

@ -143,7 +143,7 @@ struct _GimpToolRectanglePrivate
gboolean is_first;
/* Whether or not the rectangle currently being rubber-banded was
* created from scatch.
* created from scratch.
*/
gboolean is_new;

View File

@ -135,7 +135,7 @@ Troubleshooting
---------------
If your GtkComboBox doesn't draw any items it's probably because it
doesn't have a cell renderer. Appearently there is no UI to add one in
doesn't have a cell renderer. Apparently there is no UI to add one in
GLade-3, so add it manually in the UI file, see the GTK+ doc for
GtkCellLayout; this is what you need to add: