diff --git a/src/fw/services/normal/analytics/analytics.c b/src/fw/services/normal/analytics/analytics.c index 02534b48..768ba6c1 100644 --- a/src/fw/services/normal/analytics/analytics.c +++ b/src/fw/services/normal/analytics/analytics.c @@ -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;