Skip to content

Commit

Permalink
ENGINES: Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Hoops committed Aug 20, 2011
1 parent 59200bf commit d915480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/advancedDetector.h
Expand Up @@ -161,7 +161,7 @@ class AdvancedMetaEngine : public MetaEngine {
* is primarily based on computing and matching MD5 checksums of files.
* Since doing that for large files can be slow, it can be restricted
* 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.
*/
uint _md5Bytes;
Expand Down

0 comments on commit d915480

Please sign in to comment.