[Scummvm-cvs-logs] scummvm master -> d91548035bbef71030dd68aaa64ed6f742f821c2

clone2727 clone2727 at gmail.com
Sun Aug 21 00:45:16 CEST 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
d91548035b ENGINES: Fix a typo


Commit: d91548035bbef71030dd68aaa64ed6f742f821c2
    https://github.com/scummvm/scummvm/commit/d91548035bbef71030dd68aaa64ed6f742f821c2
Author: Matthew Hoops (clone2727 at gmail.com)
Date: 2011-08-20T15:42:04-07:00

Commit Message:
ENGINES: Fix a typo

Changed paths:
    engines/advancedDetector.h



diff --git a/engines/advancedDetector.h b/engines/advancedDetector.h
index cbdfdf3..c5bfdbd 100644
--- a/engines/advancedDetector.h
+++ b/engines/advancedDetector.h
@@ -161,7 +161,7 @@ protected:
 	 * 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;






More information about the Scummvm-git-logs mailing list