Merge pull request #5760 from sudhabisht/SMSissue
[civicrm-core.git] / CRM / Core / Menu.php
index 233dbbd2201b2d0d4f9eca8c1cf5634193ae1db3..6fdda3fa655bf8115d7d4474a6d7d1d152ff2aa9 100644 (file)
@@ -502,7 +502,7 @@ class CRM_Core_Menu {
     while ($newPath = array_shift($pathElements)) {
       $currentPath = $currentPath ? ($currentPath . '/' . $newPath) : $newPath;
 
-      // when we come accross breadcrumb which involves ids,
+      // when we come across breadcrumb which involves ids,
       // we should skip now and later on append dynamically.
       if (isset($menu[$currentPath]['skipBreadcrumb'])) {
         continue;