Merge pull request #5654 from yourcelf/master
[civicrm-core.git] / CRM / Contact / BAO / GroupNesting.php
index 03522d43afcd05e01c5484bd037d37448c0c83da..a0ddbccebf8f0d91901ed72c53658129105c7e2d 100644 (file)
@@ -162,7 +162,7 @@ class CRM_Contact_BAO_GroupNesting extends CRM_Contact_DAO_GroupNesting implemen
       if (!$nextGroup) {
         // no sibling, find an ancestor w/ a sibling
         for (;;) {
-          // since we pop this array everytime, we should be
+          // since we pop this array every time, we should be
           // reasonably safe from infinite loops, I think :)
           $ancestor = array_pop($this->_parentStack);
           $this->_current = &$ancestor;