summaryrefslogtreecommitdiff
path: root/gtk/gtkpasswordentry.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-05-02 02:57:49 +0000
committerMatthias Clasen <mclasen@redhat.com>2019-05-01 23:24:14 -0400
commited52c029a0fcd6ca1d57dcdc3fe6cbbd9cb03292 (patch)
tree8dbe0029700522ff706a1fead1520715b3ea07d3 /gtk/gtkpasswordentry.c
parent7b1201cd4d87ffa4be52669091a3bbdf64fb99b0 (diff)
downloadgtk+-ed52c029a0fcd6ca1d57dcdc3fe6cbbd9cb03292.tar.gz
gtk: Small documentation fixes
Diffstat (limited to 'gtk/gtkpasswordentry.c')
-rw-r--r--gtk/gtkpasswordentry.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkpasswordentry.c b/gtk/gtkpasswordentry.c
index 725ef96a0d..4d7edba2e8 100644
--- a/gtk/gtkpasswordentry.c
+++ b/gtk/gtkpasswordentry.c
@@ -446,7 +446,7 @@ gtk_password_entry_new (void)
/**
* gtk_password_entry_set_show_peek_icon:
* @entry: a #GtkPasswordEntry
- * show_peek_icon: whether to show the peek icon
+ * @show_peek_icon: whether to show the peek icon
*
* Sets whether the entry should have a clickable icon
* to show the contents of the entry in clear text.