Author: wyoung
Date: Fri Jan  4 17:26:18 2008
New Revision: 2097

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2097&view=rev
Log:
Typo fix

Modified:
    trunk/doc/userman/userman.dbx

Modified: trunk/doc/userman/userman.dbx
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/doc/userman/userman.dbx?rev=2097&r1=2096&r2=2097&view=diff
==============================================================================
--- trunk/doc/userman/userman.dbx (original)
+++ trunk/doc/userman/userman.dbx Fri Jan  4 17:26:18 2008
@@ -2673,12 +2673,12 @@
 
     <para>The example works with both Windows native threads and with
     POSIX threads. (The file <filename>examples/threads.h</filename>
-    contains a few macros and such to abstract away the
-    differences between the two threading models.) Becuase
-    thread-enabled builds are only the default
-    on Windows, it's quite possible for this program to do nothing on
-    other platforms.  See your platform's <filename>README</filename>
-    file for instructions on enabling a thread-aware build.</para>
+    contains a few macros and such to abstract away the differences
+    between the two threading models.) Because thread-enabled builds
+    are only the default on Windows, it's quite possible for this
+    program to do nothing on other platforms.  See your platform's
+    <filename>README</filename> file for instructions on enabling a
+    thread-aware build.</para>
 
     <para>If you write your code without checks for thread support
     like you see in the code above and link it to a build of MySQL++


_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits

Reply via email to