summaryrefslogtreecommitdiffstats
path: root/drivers/atmodem
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@profusion.mobi>2010-09-14 00:06:01 -0300
committerMarcel Holtmann <marcel@holtmann.org>2010-09-14 16:00:16 +0900
commit74125ff5d4e5e96e05e88a0982b2802c1c1d6a4e (patch)
tree9af57dc3c97b4bcaa0355f0a25698dc7b788816f /drivers/atmodem
parent0ccdcdf984d7ac9b6f07f189f52585c4f3c9f08b (diff)
downloadofono-74125ff5d4e5e96e05e88a0982b2802c1c1d6a4e.tar.bz2
Fix common misspellings in drivers
Fix common misspellings by using the list available at http://en.wikipedia.org/wiki/Wikipedia:Lists_of_common_misspellings/For_machines From the list cited above, the substitution script found the following misspellings: subsidary(-ies)->subsidiary(-ies) transfering->transferring
Diffstat (limited to 'drivers/atmodem')
-rw-r--r--drivers/atmodem/voicecall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/atmodem/voicecall.c b/drivers/atmodem/voicecall.c
index eaf3a95a..7c788f42 100644
--- a/drivers/atmodem/voicecall.c
+++ b/drivers/atmodem/voicecall.c
@@ -508,7 +508,7 @@ static void at_transfer(struct ofono_voicecall *vc,
unsigned int transfer = 0x1 | 0x2;
/* Transfer can puts held & active calls together and disconnects
- * from both. However, some networks support transfering of
+ * from both. However, some networks support transferring of
* dialing/ringing calls as well.
*/
transfer |= 0x4 | 0x8;