]> git.sesse.net Git - stockfish/blobdiff - tests/reprosearch.sh
Fix compilation after recent merge.
[stockfish] / tests / reprosearch.sh
index 9fd847ff3a9c0a6dc72c50e0f4b2c3a92dc33b2a..e16ba4aed91849fe7ce5f70f9cc6c811bc768b86 100755 (executable)
@@ -10,7 +10,7 @@ trap 'error ${LINENO}' ERR
 
 echo "reprosearch testing started"
 
-# repeat two short games, separated by ucinewgame. 
+# repeat two short games, separated by ucinewgame.
 # with go nodes $nodes they should result in exactly
 # the same node count for each iteration.
 cat << EOF > repeat.exp
@@ -43,7 +43,7 @@ cat << EOF > repeat.exp
  expect eof
 EOF
 
-# to increase the likelyhood of finding a non-reproducible case,
+# to increase the likelihood of finding a non-reproducible case,
 # the allowed number of nodes are varied systematically
 for i in `seq 1 20`
 do