spelling: limit

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 14:59:20 -05:00
parent efb437bff4
commit 4e17c71160

View file

@ -91,7 +91,7 @@ void analytics_set_entire_array(AnalyticsMetric metric, const void *value, Analy
AnalyticsHeartbeat *heartbeat = analytics_storage_find(metric, NULL, client);
if (heartbeat) {
// We allow only a limited number of app heartbeats to accumulate. A NULL means we reached the
// limite
// limit
analytics_heartbeat_set_entire_array(heartbeat, metric, value);
}