Author: wyoung
Date: Thu Apr 12 04:09:09 2007
New Revision: 1516

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1516&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=1516&r1=1515&r2=1516&view=diff
==============================================================================
--- trunk/doc/userman/userman.dbx (original)
+++ trunk/doc/userman/userman.dbx Thu Apr 12 04:09:09 2007
@@ -431,7 +431,7 @@
         Library, it's possible to catch all exceptions from MySQL++
         by just catching <classname>std::exception</classname>
         by reference. However, it's usually better to catch the
-        all of the concret eexception types that you expect,
+        all of the concrete exception types that you expect,
         and add a handler for <classname>Exception</classname> or
         <classname>std::exception</classname> to act as a "catch-all"
         for unexpected exceptions.</para>


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

Reply via email to