--- 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;