spelling: heuristic

This commit is contained in:
Josh Soref 2017-01-20 08:16:42 +00:00
parent 44d262844c
commit 15e4ea8144
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import sbt.internal.inc.Analysis
logLevel := Level.Debug
// disable sbt's heauristic which recompiles everything in case
// disable sbt's heuristic which recompiles everything in case
// some fraction (e.g. 50%) of files is scheduled to be recompiled
// in this test we want precise information about recompiled files
// which that heuristic would distort