Author: util Date: Fri Jan 9 15:16:32 2009 New Revision: 35322 Modified: trunk/tools/util/pgegrep
Log: [tools] Typo - s/hueristic/heuristic/ in pgegrep Modified: trunk/tools/util/pgegrep ============================================================================== --- trunk/tools/util/pgegrep (original) +++ trunk/tools/util/pgegrep Fri Jan 9 15:16:32 2009 @@ -58,7 +58,7 @@ treat binary files as text. -This uses a basic hueristic to discover if a file is binary or not. Files are +This uses a basic heuristic to discover if a file is binary or not. Files are read line by line, and it keeps processing "normally" until a control character is found, and then stops and goes onto the next file is that line matches.
