You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by bo...@apache.org on 2007/10/19 05:56:30 UTC

svn commit: r586253 - /apr/apr-util/trunk/include/apr_dbd.h

Author: bojan
Date: Thu Oct 18 20:56:29 2007
New Revision: 586253

URL: http://svn.apache.org/viewvc?rev=586253&view=rev
Log:
Language fix

Modified:
    apr/apr-util/trunk/include/apr_dbd.h

Modified: apr/apr-util/trunk/include/apr_dbd.h
URL: http://svn.apache.org/viewvc/apr/apr-util/trunk/include/apr_dbd.h?rev=586253&r1=586252&r2=586253&view=diff
==============================================================================
--- apr/apr-util/trunk/include/apr_dbd.h (original)
+++ apr/apr-util/trunk/include/apr_dbd.h Thu Oct 18 20:56:29 2007
@@ -131,7 +131,7 @@
  *  recognise CLIENT_FOUND_ROWS (check MySQL manual for details). The value
  *  associated with "fldsz" determines maximum amount of memory (in bytes) for
  *  each of the fields in the result set of prepared statements. By default,
- *  this value is 1 MB. The value associated with "group" determines the which
+ *  this value is 1 MB. The value associated with "group" determines which
  *  group from configuration file to use (see MYSQL_READ_DEFAULT_GROUP option
  *  of mysql_options() in MySQL manual).
  */