ENGINES: Fix a typo

This commit is contained in:
Matthew Hoops 2011-08-20 18:41:32 -04:00
parent 59200bf426
commit d91548035b

View file

@ -161,7 +161,7 @@ protected:
* is primarily based on computing and matching MD5 checksums of files. * is primarily based on computing and matching MD5 checksums of files.
* Since doing that for large files can be slow, it can be restricted * Since doing that for large files can be slow, it can be restricted
* to a subset of all files. * to a subset of all files.
* Typically this will be set to something between 5 and 50 kilobyte, * Typically this will be set to something between 5 and 50 kilobytes,
* but arbitrary non-zero values are possible. The default is 5000. * but arbitrary non-zero values are possible. The default is 5000.
*/ */
uint _md5Bytes; uint _md5Bytes;