From b64c2aedabb70b9761e1e9e6a72a2d576c30bf4a Mon Sep 17 00:00:00 2001 From: Mitya Selivanov Date: Sat, 24 Feb 2024 23:25:56 +0100 Subject: fix typo --- source/kit/astar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/kit/astar.h b/source/kit/astar.h index b7f3837..554649a 100644 --- a/source/kit/astar.h +++ b/source/kit/astar.h @@ -5,7 +5,7 @@ // - Nearest: save the nearest node when the search is failed or not // yet finished. // - Sight: when two nodes are in direct sight of each other, skip -// nodes between them (Thera*). +// nodes between them (Theta*). #ifndef KIT_ASTAR_INL_H #define KIT_ASTAR_INL_H -- cgit v1.2.3