Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed May 8, 2017
1 parent 598b813 commit c36a70e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ingo/lib/Script/Base.php
Expand Up @@ -68,7 +68,7 @@ abstract class Ingo_Script_Base
/**
* Which form fields are supported in each category by this driver?
*
* This is an associative array with the keys taken from $_actions, each
* This is an associative array with the keys taken from $_categories, each
* value is a list of strings with the supported feature names. An absent
* key is interpreted as "all features supported".
*
Expand Down
2 changes: 1 addition & 1 deletion ingo/lib/Script/Customsql.php
Expand Up @@ -52,7 +52,7 @@ class Ingo_Script_Customsql extends Ingo_Script_Base
/**
* Which form fields are supported in each category by this driver?
*
* This is an associative array with the keys taken from $_actions, each
* This is an associative array with the keys taken from $_categories, each
* value is a list of strings with the supported feature names. An absent
* key is interpreted as "all features supported".
*
Expand Down

0 comments on commit c36a70e

Please sign in to comment.