Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mhib committed Oct 7, 2021
1 parent b16fcc8 commit 0b000eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/search.go
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ func (t *thread) isDraw(height int) bool {
return true
}

// Look for repetitoin in current search stack
// Look for repetition in the current search stack
for i := height - 1; i >= 0; i-- {
descendant := &t.stack[i].position
if descendant.Key == pos.Key {
Expand Down

0 comments on commit 0b000eb

Please sign in to comment.