Mercurial > pub > Impl
diff Lib/IMPL/Object/Factory.pm @ 186:6c0fee769b0c
IMPL::Web::View::TTControl tests, fixes
author | cin |
---|---|
date | Fri, 30 Mar 2012 16:40:34 +0400 |
parents | 47dac58691ee |
children | 4d0e1962161c |
line wrap: on
line diff
--- a/Lib/IMPL/Object/Factory.pm Thu Mar 29 18:22:15 2012 +0400 +++ b/Lib/IMPL/Object/Factory.pm Fri Mar 30 16:40:34 2012 +0400 @@ -46,7 +46,7 @@ if (my $method = $this->method) { $this->factory->$method($this->MergeParameters(@_)); } else { - $this->factory->new($this->MergeParemeters(@_)); + $this->factory->new($this->MergeParameters(@_)); } }