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 ce1c20463e7b92eaa8ff2e7047e106d245753df6..e25f06321e197a8ba56431732388732b11655fbf 100644 (file)
@@ -1,3 +1,7 @@
+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.
index 68e0585db86a099ebf8b0b32d4bcd8449299fdb9..0d7c16a5e53d6cc2bb754d6b430a60d92798980a 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