diff options
author | Mitya Selivanov <automainint@guattari.tech> | 2024-02-24 23:25:56 +0100 |
---|---|---|
committer | Mitya Selivanov <automainint@guattari.tech> | 2024-02-24 23:25:56 +0100 |
commit | b64c2aedabb70b9761e1e9e6a72a2d576c30bf4a (patch) | |
tree | 8f3e2bb8854a0883bb5d25bf49e257a12dbdab4e /source | |
parent | eca79a7c9eeb5ccb1635775d6c6aca843eea6e48 (diff) | |
download | kit-b64c2aedabb70b9761e1e9e6a72a2d576c30bf4a.zip |
fix typo
Diffstat (limited to 'source')
-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 |