diff options
author | Lucas De Marchi <lucas.demarchi@profusion.mobi> | 2011-02-01 15:32:50 -0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2011-02-01 18:37:34 +0100 |
commit | 51159b76105bb4a8a7610a6c14d3fc0cfa738352 (patch) | |
tree | c94e7ac301c528bbdd3324ebe36fa6c5077a934c | |
parent | 7b63c04016ff001077d53be8d3b8f047d0fdb909 (diff) | |
download | ofono-51159b76105bb4a8a7610a6c14d3fc0cfa738352.tar.bz2 |
drivers: fix misspellings
-rw-r--r-- | drivers/isimodem/sms.c | 2 | ||||
-rw-r--r-- | drivers/isimodem/voicecall.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/isimodem/sms.c b/drivers/isimodem/sms.c index ded7d9c9..3529b596 100644 --- a/drivers/isimodem/sms.c +++ b/drivers/isimodem/sms.c @@ -215,7 +215,7 @@ static void sca_query_resp_cb(const GIsiMessage *msg, void *data) memcpy(sd->params.alpha, info->alpha, sizeof(sd->params.alpha)); /* - * Bitmask indicating absense of parameters -- + * Bitmask indicating absence of parameters -- * If second bit is set it indicates that the SCA is absent */ if (info->absent & 0x2) diff --git a/drivers/isimodem/voicecall.c b/drivers/isimodem/voicecall.c index 12896f22..8267f1c3 100644 --- a/drivers/isimodem/voicecall.c +++ b/drivers/isimodem/voicecall.c @@ -842,7 +842,7 @@ static struct isi_call_req_ctx *isi_call_deflect_req(struct ofono_voicecall *ovc 4, /* Sub-block length */ CALL_GSM_OP_DEFLECT, 0, CALL_GSM_DEFLECTION_ADDRESS, - sub_len, /* Sub-block lenght */ + sub_len, /* Sub-block length */ address_type & 0x7F, 0x7, /* Default presentation */ 0, /* Filler */ |