From 74125ff5d4e5e96e05e88a0982b2802c1c1d6a4e Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Tue, 14 Sep 2010 00:06:01 -0300 Subject: 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 --- drivers/hfpmodem/voicecall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/hfpmodem/voicecall.c') 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; -- cgit v1.2.3