1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 09:18:48 +02:00

Fix tooltip typo.

Summary: chilren.

Test Plan: yep.

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D4400
This commit is contained in:
Ricky Elrod 2013-01-11 09:54:44 -08:00 committed by epriestley
parent 6a69108358
commit 86938688e0

View file

@ -90,7 +90,7 @@ final class PhabricatorXHProfProfileTopLevelView
'sigil' => 'has-tooltip', 'sigil' => 'has-tooltip',
'meta' => array( 'meta' => array(
'tip' => 'Total wall time spent in this function and all of '. 'tip' => 'Total wall time spent in this function and all of '.
'its children (chilren are other functions it called '. 'its children (children are other functions it called '.
'while executing).', 'while executing).',
'size' => 200, 'size' => 200,
), ),