From 96bae9f8fbdaabfb79a3d122e9d98964fd0d097a Mon Sep 17 00:00:00 2001 From: jvelilla Date: Tue, 30 Jun 2015 18:52:44 -0300 Subject: [PATCH] Fixed typos --- modules/openid/cms_openid_module.e | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/openid/cms_openid_module.e b/modules/openid/cms_openid_module.e index a0c6a09..bb68e7c 100644 --- a/modules/openid/cms_openid_module.e +++ b/modules/openid/cms_openid_module.e @@ -106,7 +106,7 @@ feature {CMS_API} -- Module management -- TODO workaround, until we have an admin module if l_sql_storage.has_error then - api.logger.put_error ("Could not initialize database for differnent consumerns", generating_type) + api.logger.put_error ("Could not initialize database for different consumers", generating_type) else l_sql_storage.sql_execute_file_script (api.module_resource_location (Current, (create {PATH}.make_from_string ("scripts")).extended ("openid_items.sql")),Void) end