Skip to content

Commit ff44a41

Browse files
committed
one more typo. sorry :(
1 parent dd2311c commit ff44a41

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
@@ -54,7 +54,7 @@ public function timerStart($name, array $tags, array $data = array())
5454
if (array_key_exists($name, $this->timers))
5555
throw new WrongArgumentException('a timer with the same name allready exists');
5656

57-
if ($this->isTreeLogEnabeled()) {
57+
if ($this->isTreeLogEnabled()) {
5858

5959
$id = uniqid();
6060
$tags['treeId'] = $id;

0 commit comments

Comments
 (0)