mirror of https://github.com/GNOME/gimp.git
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:
parent
7a4254dda1
commit
a928452eba
|
@ -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;
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue