diff options
author | mickey <mickey@99fdad57-331a-0410-800a-d7fa5415bdb3> | 2007-11-08 12:59:29 +0000 |
---|---|---|
committer | mickey <mickey@99fdad57-331a-0410-800a-d7fa5415bdb3> | 2007-11-08 12:59:29 +0000 |
commit | 00277d6968f1dbe81f3b2ec62f7a11c22881ec6d (patch) | |
tree | 88df8296d558e1a545dfefb705a63b2dcab067b7 | |
parent | df2acb0b0e907082be5157b326a063c3387107f9 (diff) |
gsmd: fix typos in event.h
git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3375 99fdad57-331a-0410-800a-d7fa5415bdb3
-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 |