mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-26 16:52:41 +01: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:
parent
6a69108358
commit
86938688e0
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in a new issue