X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fuci.cpp;h=4d68c86a04f3263216bfd764f6c4e3e535280e55;hp=813c40f7db08a1774363a07a66564e20a14aee66;hb=fc290dc30b1f6a50fd5fd6732c276ff76305f2aa;hpb=5f7eb20090ccd04b2a7d439b723ed58591dcc7e8 diff --git a/src/uci.cpp b/src/uci.cpp index 813c40f7..4d68c86a 100644 --- a/src/uci.cpp +++ b/src/uci.cpp @@ -39,7 +39,7 @@ namespace { // Keep track of position keys along the setup moves (from start position to the // position just before to start searching). This is needed by draw detection - // where, due to 50 moves rule, we need to ckeck at most 100 plies back. + // where, due to 50 moves rule, we need to check at most 100 plies back. StateInfo StateRingBuf[102], *SetupState = StateRingBuf; // UCIParser is a class for parsing UCI input. The class