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 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/material.cpp b/src/material.cpp index a1eff233..5b77ddc2 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) }; -- 2.39.2