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/stemodem/voicecall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/stemodem') diff --git a/drivers/stemodem/voicecall.c b/drivers/stemodem/voicecall.c index 5cf38bb4..6b43ebd6 100644 --- a/drivers/stemodem/voicecall.c +++ b/drivers/stemodem/voicecall.c @@ -340,7 +340,7 @@ static void ste_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; -- cgit v1.2.3