diff options
-rw-r--r-- | source/kit/astar.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |