Skip to content

Commit dd2311c

Browse files
committed
typo
1 parent fcab4e7 commit dd2311c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/Monitoring/PinbaClient.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public function timerStart($name, array $tags, array $data = array())
7777

7878
public function timerStop($name)
7979
{
80-
if ($this->isTreeLogEnabeled())
80+
if ($this->isTreeLogEnabled())
8181
array_pop($this->queue);
8282

8383
if (!array_key_exists($name, $this->timers))

0 commit comments

Comments
 (0)