Even more spelling fixes

No functional change.
This commit is contained in:
Arjun Temurnikar
2013-12-05 07:18:12 +01:00
committed by Marco Costalba
parent 190aea4cdc
commit 431c3ac485
18 changed files with 109 additions and 113 deletions

View File

@@ -129,7 +129,7 @@ void UCI::loop(const string& args) {
namespace {
// position() is called when engine receives the "position" UCI command.
// The function sets up the position described in the given fen string ("fen")
// The function sets up the position described in the given FEN string ("fen")
// or the starting position ("startpos") and then makes the moves given in the
// following move list ("moves").