removed typo
This commit is contained in:
parent
2a94b0806c
commit
ee8ebd44e4
1 changed files with 1 additions and 1 deletions
|
|
@ -295,7 +295,7 @@ sub new {
|
|||
Memcached::libmemcached::memcached_server_add($memcached, $server->{host}, $server->{port}); # no exception because always returns success
|
||||
}
|
||||
}
|
||||
bless {_memcached => $memcached, _namespace => $namespace, _sesssion => $session}, $class;
|
||||
bless {_memcached => $memcached, _namespace => $namespace, _session => $session}, $class;
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue