summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitya Selivanov <automainint@guattari.tech>2024-02-24 23:25:56 +0100
committerMitya Selivanov <automainint@guattari.tech>2024-02-24 23:25:56 +0100
commitb64c2aedabb70b9761e1e9e6a72a2d576c30bf4a (patch)
tree8f3e2bb8854a0883bb5d25bf49e257a12dbdab4e
parenteca79a7c9eeb5ccb1635775d6c6aca843eea6e48 (diff)
downloadkit-b64c2aedabb70b9761e1e9e6a72a2d576c30bf4a.zip
fix typo
-rw-r--r--source/kit/astar.h2
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