From 49c7869582de41411624a19fb781fa34c9fdf0c8 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Sun, 17 Apr 2011 12:49:58 +0200 Subject: [PATCH] docs fix typo Was accidentally introduced in 1351d40cfe0df7e1d12017af4323fb3ab73b19d2 Thanks Paolo for noticing. --- gtk/gtkentry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkentry.c b/gtk/gtkentry.c index 0c5fd5e340..5c690e608d 100644 --- a/gtk/gtkentry.c +++ b/gtk/gtkentry.c @@ -8267,7 +8267,7 @@ gtk_entry_get_icon_storage_type (GtkEntry *entry, /** * gtk_entry_get_icon_at_pos: * @entry: a #GtkEntry - * @x: the x coordinate of the position to fine + * @x: the x coordinate of the position to find * @y: the y coordinate of the position to find * * Finds the icon at the given position and return its index. The