From: Nathan Rugg Date: Tue, 23 May 2017 06:56:49 +0000 (+0800) Subject: Changed spelling back to "Bishops" in eval output X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=24df0f72c0bb1f6fcc28882995be41b17772ce3e Changed spelling back to "Bishops" in eval output No functional change. Closes #1124 --- diff --git a/src/evaluate.cpp b/src/evaluate.cpp index 06042899..3ba219cb 100644 --- a/src/evaluate.cpp +++ b/src/evaluate.cpp @@ -895,7 +895,7 @@ std::string Eval::trace(const Position& pos) { << " Imbalance | " << Term(IMBALANCE) << " Pawns | " << Term(PAWN) << " Knights | " << Term(KNIGHT) - << " Bishop | " << Term(BISHOP) + << " Bishops | " << Term(BISHOP) << " Rooks | " << Term(ROOK) << " Queens | " << Term(QUEEN) << " Mobility | " << Term(MOBILITY)