spelling: increment

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 11:59:14 -05:00
parent 191f0be9a7
commit 423a462ce0

View file

@ -184,7 +184,7 @@ void analytics_stopwatch_stop(AnalyticsMetric metric) {
AnalyticsStopwatchNode *stopwatch = prv_find_stopwatch(metric);
if (!stopwatch) {
// TODO: Incerement this back up to LOG_LEVEL_WARNING when it doesn't happen
// TODO: Increment this back up to LOG_LEVEL_WARNING when it doesn't happen
// on every bootup (PBL-5393)
PBL_LOG(LOG_LEVEL_DEBUG, "Analytics stopwatch for metric %d already stopped!", metric);
goto unlock;