* [misc] fix spelling error.

This commit is contained in:
qixinzhi
2024-06-07 09:05:48 +00:00
parent 79d6a8fffe
commit e289984b9f
+1 -1
View File
@@ -419,7 +419,7 @@ class metricZen extends metric
$statement = $statement->query();
while($row = $stmt->fetch())
while($row = $statement->fetch())
{
foreach($calcList as $code => $calc)
{