Committer: emazin
Typo fix: get -> gets in proxy func 'gets'U trunk/cgi-bin/LJ/MemCache.pm
Modified: trunk/cgi-bin/LJ/MemCache.pm =================================================================== --- trunk/cgi-bin/LJ/MemCache.pm 2011-04-11 11:21:26 UTC (rev 18845) +++ trunk/cgi-bin/LJ/MemCache.pm 2011-04-12 04:44:51 UTC (rev 18846) @@ -362,7 +362,7 @@ $key = $key->[1] if ref $key eq 'ARRAY'; - my $res = $conn->get($key); + my $res = $conn->gets($key); _profile( 'gets', $key, $res );