diff options
author | Christian Persch <chpe@gnome.org> | 2013-03-15 18:49:56 +0100 |
---|---|---|
committer | Christian Persch <chpe@gnome.org> | 2013-03-15 18:51:11 +0100 |
commit | af0007d0d89309838fb55cc62c76793b574fa40a (patch) | |
tree | 5dc6c5e9aa7272c73fadce21789e975b769704d3 | |
parent | 2ba15221c0b77259c67439f6fc7a3e44cfb37274 (diff) | |
download | gtk+-af0007d0d89309838fb55cc62c76793b574fa40a.tar.gz |
docs: Typo fix
-rw-r--r-- | gtk/gtkarrow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkarrow.c b/gtk/gtkarrow.c index fedf544b5e..43a1d59132 100644 --- a/gtk/gtkarrow.c +++ b/gtk/gtkarrow.c @@ -32,7 +32,7 @@ * one of the four cardinal directions (up, down, left, or right). The * style of the arrow can be one of shadow in, shadow out, etched in, or * etched out. Note that these directions and style types may be - * ammended in versions of GTK+ to come. + * amended in versions of GTK+ to come. * * GtkArrow will fill any space alloted to it, but since it is inherited * from #GtkMisc, it can be padded and/or aligned, to fill exactly the |