diff options
author | Matthias Clasen <mclasen@redhat.com> | 2012-09-30 20:28:59 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2012-10-01 22:12:06 -0400 |
commit | 307a1dc638ca3ac71f1025655d7e82b4cd0825f2 (patch) | |
tree | 5a2c9dbf374760475778f468b30faf8cae4f481f | |
parent | 9a88a47d33b6e9c14b58bab4599b0aaab20a0a63 (diff) | |
download | gtk+-307a1dc638ca3ac71f1025655d7e82b4cd0825f2.tar.gz |
Trivial typo fix
-rw-r--r-- | gtk/gtkcellrenderer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkcellrenderer.h b/gtk/gtkcellrenderer.h index f9a31dd14b..dc8263ed17 100644 --- a/gtk/gtkcellrenderer.h +++ b/gtk/gtkcellrenderer.h @@ -38,7 +38,7 @@ G_BEGIN_DECLS * @GTK_CELL_RENDERER_EXPANDABLE: The cell is in a row that can be expanded. Since 3.4 * @GTK_CELL_RENDERER_EXPANDED: The cell is in a row that is expanded. Since 3.4 * - * Tells how a cell is to be rendererd. + * Tells how a cell is to be rendered. */ typedef enum { |