Typo fix: evalutes->evaluates

pull/4207/head
AdamDang 8 years ago committed by Sebastien Plisson
parent 628e243265
commit 6ea8e6eff3

@ -77,7 +77,7 @@ func (r *Rules) Len() int {
return len(r.patterns)
}
// Ignore evalutes the file at the given path, and returns true if it should be ignored.
// Ignore evaluates the file at the given path, and returns true if it should be ignored.
//
// Ignore evaluates path against the rules in order. Evaluation stops when a match
// is found. Matching a negative rule will stop evaluation.

Loading…
Cancel
Save