diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/gsmd/event.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/gsmd/event.h b/include/gsmd/event.h index c8221b3..5c73449 100644 --- a/include/gsmd/event.h +++ b/include/gsmd/event.h @@ -15,8 +15,8 @@ enum gsmd_events { GSMD_EVT_CALL_WAIT = 10, /* Call Waiting */ GSMD_EVT_TIMEZONE = 11, /* Timezone change */ GSMD_EVT_SUBSCRIPTIONS = 12, /* To which events are we subscribed to */ - GSMD_EVT_CIPHER = 13, /* Chiphering Information */ - GSMD_EVT_IN_CBM = 14, /* Incoming Cell Broadcat message */ + GSMD_EVT_CIPHER = 13, /* Ciphering Information */ + GSMD_EVT_IN_CBM = 14, /* Incoming Cell Broadcast message */ GSMD_EVT_IN_DS = 15, /* SMS Status Report */ GSMD_EVT_IN_ERROR = 16, /* CME/CMS error */ __NUM_GSMD_EVT |