diff options
author | Manish Singh <yosh@src.gnome.org> | 1999-02-04 02:35:32 +0000 |
---|---|---|
committer | Manish Singh <yosh@src.gnome.org> | 1999-02-04 02:35:32 +0000 |
commit | 7f4ba9180018755e5fb43dd3b99a2ed11ff3a6b3 (patch) | |
tree | 9932ea946e7eb559907fb9bb457df88a801fb314 /gtk | |
parent | 902de9d4131028e235b6dc52c479da588ab5110c (diff) | |
download | gtk+-7f4ba9180018755e5fb43dd3b99a2ed11ff3a6b3.tar.gz |
spelling fix in comment from joey@kuolema.Infodrom.North.DE (Martin
* gtk/gtkclist.h: spelling fix in comment from
joey@kuolema.Infodrom.North.DE (Martin Schulze)
-Yosh
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/gtkclist.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkclist.h b/gtk/gtkclist.h index 1ca043b227..3aa922414f 100644 --- a/gtk/gtkclist.h +++ b/gtk/gtkclist.h @@ -618,14 +618,14 @@ gint gtk_clist_get_pixtext (GtkCList *clist, GdkPixmap **pixmap, GdkBitmap **mask); -/* sets the foreground color of a row, the colar must already +/* sets the foreground color of a row, the color must already * be allocated */ void gtk_clist_set_foreground (GtkCList *clist, gint row, GdkColor *color); -/* sets the background color of a row, the colar must already +/* sets the background color of a row, the color must already * be allocated */ void gtk_clist_set_background (GtkCList *clist, |