mirror of
https://github.com/google/pebble.git
synced 2025-06-24 10:06:16 +00:00
spelling: response
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
0a6167953f
commit
c42dfbcdfc
6 changed files with 12 additions and 12 deletions
|
@ -45,8 +45,8 @@ typedef enum {
|
|||
AnalyticsEvent_AppLaunch,
|
||||
AnalyticsEvent_PinOpen,
|
||||
AnalyticsEvent_PinAction,
|
||||
AnalyticsEvent_CannedReponseSent,
|
||||
AnalyticsEvent_CannedReponseFailed,
|
||||
AnalyticsEvent_CannedResponseSent,
|
||||
AnalyticsEvent_CannedResponseFailed,
|
||||
AnalyticsEvent_VoiceTranscriptionAccepted,
|
||||
AnalyticsEvent_VoiceTranscriptionRejected,
|
||||
AnalyticsEvent_PinAppLaunch,
|
||||
|
|
|
@ -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) {
|
||||
|
|
|
@ -160,7 +160,7 @@ static void prv_cleanup(AppFetchResult result) {
|
|||
}
|
||||
|
||||
//! System task callback triggered by app_fetch_put_bytes_event_handler() when we are receiving
|
||||
//! put_bytes messages in reponse to a fetch request to the phone.
|
||||
//! put_bytes messages in response to a fetch request to the phone.
|
||||
void prv_put_bytes_event_system_task_cb(void *data) {
|
||||
PebblePutBytesEvent *pb_event = (PebblePutBytesEvent *)data;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue