diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-05-02 02:57:49 +0000 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-05-01 23:24:14 -0400 |
commit | ed52c029a0fcd6ca1d57dcdc3fe6cbbd9cb03292 (patch) | |
tree | 8dbe0029700522ff706a1fead1520715b3ea07d3 /gtk/gtkpasswordentry.c | |
parent | 7b1201cd4d87ffa4be52669091a3bbdf64fb99b0 (diff) | |
download | gtk+-ed52c029a0fcd6ca1d57dcdc3fe6cbbd9cb03292.tar.gz |
gtk: Small documentation fixes
Diffstat (limited to 'gtk/gtkpasswordentry.c')
-rw-r--r-- | gtk/gtkpasswordentry.c | 2 |
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. |