spelling: response

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 15:35:45 -05:00
parent 0a6167953f
commit c42dfbcdfc
6 changed files with 12 additions and 12 deletions

View file

@ -217,8 +217,8 @@ void analytics_event_canned_response(const char *response, bool successfully_sen
// Format the event specific info in the blob. The analytics_logging_log_event() method will fill
// in the common fields
AnalyticsEventBlob event_blob = {
.event = successfully_sent ? AnalyticsEvent_CannedReponseSent
: AnalyticsEvent_CannedReponseFailed,
.event = successfully_sent ? AnalyticsEvent_CannedResponseSent
: AnalyticsEvent_CannedResponseFailed,
};
if (!response) {