From c7513013bd6c873010581eed5f67608d7d30ef35 Mon Sep 17 00:00:00 2001 From: Gabe <66077254+MrBrain295@users.noreply.github.com> Date: Wed, 3 Sep 2025 18:01:49 -0500 Subject: [PATCH] Fix typo in `tbprobe.h` --- src/tbprobe.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tbprobe.h b/src/tbprobe.h index c36a5d9..730b5ed 100644 --- a/src/tbprobe.h +++ b/src/tbprobe.h @@ -168,7 +168,7 @@ extern unsigned TB_LARGEST; * The tablebase PATH string. * * RETURN: - * - true=succes, false=failed. The TB_LARGEST global will also be + * - true=success, false=failed. The TB_LARGEST global will also be * initialized. If no tablebase files are found, then `true' is returned * and TB_LARGEST is set to zero. */