Skip to content

Commit

Permalink
Fix grammatical errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
rpasing committed Jun 15, 2017
1 parent 147cc42 commit 1bf2794
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions administrator/components/com_fields/helpers/fields.php
Original file line number Diff line number Diff line change
Expand Up @@ -409,8 +409,8 @@ function categoryHasChanged(element) {
$model->setState('filter.context', $context);

/**
* $model->getItems() would only return existant groups, but we also
* have the 'default' group with id 0 with isn't existant in the database,
* $model->getItems() would only return existing groups, but we also
* have the 'default' group with id 0 which is not in the database,
* so we create it virtually here.
*/
$defaultGroup = new \stdClass;
Expand Down

0 comments on commit 1bf2794

Please sign in to comment.