src/behavior.c

changeset 113
71ba88258ea0
parent 112
3e956c96dd6c
child 114
5b91bbab1ac0
--- a/src/behavior.c	Tue May 06 23:04:54 2025 +0200
+++ b/src/behavior.c	Sat May 10 15:06:47 2025 +0200
@@ -40,7 +40,7 @@
 }
 
 static CxList *asc_behavior_new_list(void) {
-    // TODO: add comparator when we know how to identifier behaviors in order to remove them
+    // TODO: add comparator when we know how to identify behaviors in order to remove them
     CxList *list = cxArrayListCreate(NULL, NULL, sizeof(AscBehavior), 4);
     cxDefineDestructor(list, asc_behavior_destroy);
     return list;

mercurial