docs: tut_gsignal: Fix mismatched argument names

The names differed between the argument declaration and its description.
This commit is contained in:
Daniel Boles 2017-07-11 12:49:40 +01:00
parent 30b961607a
commit 522ba7303e

View File

@ -250,7 +250,7 @@ guint g_signal_newv (const gchar *signal_name,
closures.
</para></listitem>
<listitem><para>
<parameter>accumulator_data</parameter>: this pointer will be passed down to each invocation of the
<parameter>accu_data</parameter>: this pointer will be passed down to each invocation of the
accumulator during emission.
</para></listitem>
<listitem><para>