ENGINES: Fix a typo
This commit is contained in:
parent
59200bf426
commit
d91548035b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue