diff options
| author | Veres Lajos <vlajos@gmail.com> | 2014-11-19 19:59:31 +0000 |
|---|---|---|
| committer | Veres Lajos <vlajos@gmail.com> | 2014-11-19 20:23:00 +0000 |
| commit | 4b9535341addcdeaf44002e323733864325b30ab (patch) | |
| tree | 4c5819be9e7939c00b4d60261751b78c6f1d82cc /ext/mysqlnd/mysqlnd.h | |
| parent | f7674519804dc7000a56ef9fe12c49461ff0333a (diff) | |
| download | php-git-4b9535341addcdeaf44002e323733864325b30ab.tar.gz | |
typo fixes - https://github.com/vlajos/misspell_fixer
Diffstat (limited to 'ext/mysqlnd/mysqlnd.h')
| -rw-r--r-- | ext/mysqlnd/mysqlnd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqlnd/mysqlnd.h b/ext/mysqlnd/mysqlnd.h index 1a23781eb0..aab977d24c 100644 --- a/ext/mysqlnd/mysqlnd.h +++ b/ext/mysqlnd/mysqlnd.h @@ -29,7 +29,7 @@ #define MYSQLND_STRING_TO_INT_CONVERSION /* - This force mysqlnd to do a single (or more depending on ammount of data) + This force mysqlnd to do a single (or more depending on amount of data) non-blocking read() calls before sending a command to the server. Useful for debugging, if previous function hasn't consumed all the output sent to it - like stmt_send_long_data() error because the data was larger that |
