# HG changeset patch # User Waqas Hussain # Date 1244833636 -18000 # Node ID e34f9455b7799dc49de1e953d55b21426079d64e # Parent 947d94e3619f7cfa5b4b7ec60c163cf127cf5c7f modulemanager: Change the ideitity attribute typ to type diff -r 947d94e3619f -r e34f9455b779 core/modulemanager.lua --- a/core/modulemanager.lua Fri Jun 12 15:43:24 2009 +0100 +++ b/core/modulemanager.lua Sat Jun 13 00:07:16 2009 +0500 @@ -367,8 +367,8 @@ function api:add_feature(xmlns) features_table:set(self.host, self.name, xmlns, true); end -function api:add_identity(category, typ) - identities_table:set(self.host, self.name, category.."\0"..typ, {category = category, typ = typ}); +function api:add_identity(category, type) + identities_table:set(self.host, self.name, category.."\0"..type, {category = category, type = type}); end local event_hook = function(host, mod_name, event_name, ...)