codespell: CRM/*
[civicrm-core.git] / CRM / ACL / BAO / EntityRole.php
index b5341b8e98edbc0f4b8c337a1a109c1a3e596886..59fadaecdd4a455db89926609d6a562229a05d82 100644 (file)
@@ -81,7 +81,7 @@ class CRM_ACL_BAO_EntityRole extends CRM_ACL_DAO_EntityRole {
    *   Value we want to set the is_active field.
    *
    * @return Object
-   *   DAO object on sucess, null otherwise
+   *   DAO object on success, null otherwise
    */
   public static function setIsActive($id, $is_active) {
     return CRM_Core_DAO::setFieldValue('CRM_ACL_DAO_EntityRole', $id, 'is_active', $is_active);