fix typos in header comments

This commit is contained in:
0tkl
2025-05-14 16:02:06 +08:00
parent 13d075edb7
commit bd879cb557
4 changed files with 4 additions and 4 deletions

View File

@@ -447,7 +447,7 @@ should be taken if the node or link being deleted appears in any simple or rule-
controls or if a deleted node has any links connected to it.
*/
typedef enum {
EN_UNCONDITIONAL = 0, //!< Delete all controls and connecing links
EN_UNCONDITIONAL = 0, //!< Delete all controls and connecting links
EN_CONDITIONAL = 1 //!< Cancel object deletion if it appears in controls or has connecting links
} EN_ActionCodeType;