From c36a70e1801f64053e47852f5367a040ca0c99f0 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Mon, 8 May 2017 22:47:00 +0200 Subject: [PATCH] Typo --- ingo/lib/Script/Base.php | 2 +- ingo/lib/Script/Customsql.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ingo/lib/Script/Base.php b/ingo/lib/Script/Base.php index f6639c770b6..7f9683c444d 100644 --- a/ingo/lib/Script/Base.php +++ b/ingo/lib/Script/Base.php @@ -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". * diff --git a/ingo/lib/Script/Customsql.php b/ingo/lib/Script/Customsql.php index 6c25e87dbf5..3da16ebae87 100644 --- a/ingo/lib/Script/Customsql.php +++ b/ingo/lib/Script/Customsql.php @@ -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". *