Name the right function.

2002-01-08  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

	* glib/tmpl/threads.sgml: Name the right function.
This commit is contained in:
Sebastian Wilhelmi 2002-01-08 09:55:13 +00:00 committed by Sebastian Wilhelmi
parent 4e47a27f88
commit c3d59500e0
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-01-08 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* glib/tmpl/threads.sgml: Name the right function.
2001-12-23 Matthias Clasen <matthias@poet.de>
* glib/tmpl/main.sgml, glib/tmpl/string_utils.sgml,

View File

@ -417,7 +417,7 @@ ignored. Calling
<para>
<informalexample>
<programlisting>
g_thread_join (retval);
g_thread_exit (retval);
</programlisting>
</informalexample>
</para>