Fixed stupid typo.
authorSebastian Wilhelmi <wilhelmi@ira.uka.de>
Wed, 7 Mar 2001 20:09:01 +0000 (20:09 +0000)
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>
Wed, 7 Mar 2001 20:09:01 +0000 (20:09 +0000)
2001-03-07  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

* glib/tmpl/threads.sgml: Fixed stupid typo.

docs/reference/ChangeLog
docs/reference/glib/tmpl/threads.sgml

index ce1c204..e25f063 100644 (file)
@@ -1,5 +1,9 @@
 2001-03-07  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
+       * glib/tmpl/threads.sgml: Fixed stupid typo.
+
+2001-03-07  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
        * glib/tmpl/threads.sgml: Completed.
 
 Wed Mar  7 09:33:27 2001  Tim Janik  <timj@gtk.org>
index 68e0585..0d7c16a 100644 (file)
@@ -977,7 +977,7 @@ dangerous resizing of the array. Using that functions is fully
 multithread safe now. 
 </para>
 
-</para>
+<para>
 Most of the time the writers should have precedence of readers. That
 means for this implementation, that as soon as a writer wants to lock
 the data, no other reader is allowed to lock the data, whereas of