From 1574428f64d0368b943e6275c509e02af2047e7e Mon Sep 17 00:00:00 2001 From: Marco Costalba Date: Mon, 6 Jan 2014 01:21:44 +0100 Subject: [PATCH] Fix a typo Spotted by Isaac H. Dunn. No functional change. --- src/material.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/material.cpp b/src/material.cpp index a1eff23..5b77ddc 100644 --- a/src/material.cpp +++ b/src/material.cpp @@ -61,7 +61,7 @@ namespace { }; // Endgame evaluation and scaling functions are accessed directly and not through - // the function maps because they correspond to more then one material hash key. + // the function maps because they correspond to more than one material hash key. Endgame EvaluateKmmKm[] = { Endgame(WHITE), Endgame(BLACK) }; Endgame EvaluateKXK[] = { Endgame(WHITE), Endgame(BLACK) }; -- 1.7.0.4