codespell: CRM/*
[civicrm-core.git] / CRM / Utils / Tree.php
index d5a842ae80b5d06fb994b9715f79a4ade0367855..2bcfa98ada6174a2798ef2cdfe059648fb4d9f1f 100644 (file)
@@ -63,7 +63,7 @@
  * All nodes of the tree (including root and leaf node) contain the following properties
  *       Name      - what is the node name ?
  *       Children  - who are it's children
- *       Data      - any other auxillary data
+ *       Data      - any other auxiliary data
  *
  *
  * Internally all nodes are an array with the following keys