summaryrefslogtreecommitdiffstats
path: root/drivers/hfpmodem/voicecall.c
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/hfpmodem/voicecall.c
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/hfpmodem/voicecall.c')
-rw-r--r--drivers/hfpmodem/voicecall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hfpmodem/voicecall.c b/drivers/hfpmodem/voicecall.c
index 8ae4430b..e96ec7c1 100644
--- a/drivers/hfpmodem/voicecall.c
+++ b/drivers/hfpmodem/voicecall.c
@@ -562,7 +562,7 @@ static void hfp_transfer(struct ofono_voicecall *vc,
{
struct voicecall_data *vd = ofono_voicecall_get_data(vc);
/* 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.
*/
unsigned int transfer = 0x1 | 0x2 | 0x4 | 0x8;