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
This commit is contained in:
Lucas De Marchi 2010-09-14 00:06:01 -03:00 committed by Marcel Holtmann
parent 0ccdcdf984
commit 74125ff5d4
6 changed files with 6 additions and 6 deletions

View File

@ -508,7 +508,7 @@ static void at_transfer(struct ofono_voicecall *vc,
unsigned int transfer = 0x1 | 0x2; unsigned int transfer = 0x1 | 0x2;
/* Transfer can puts held & active calls together and disconnects /* 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. * dialing/ringing calls as well.
*/ */
transfer |= 0x4 | 0x8; transfer |= 0x4 | 0x8;

View File

@ -562,7 +562,7 @@ static void hfp_transfer(struct ofono_voicecall *vc,
{ {
struct voicecall_data *vd = ofono_voicecall_get_data(vc); struct voicecall_data *vd = ofono_voicecall_get_data(vc);
/* Transfer can puts held & active calls together and disconnects /* 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. * dialing/ringing calls as well.
*/ */
unsigned int transfer = 0x1 | 0x2 | 0x4 | 0x8; unsigned int transfer = 0x1 | 0x2 | 0x4 | 0x8;

View File

@ -1,7 +1,7 @@
/* /*
* This file is part of oFono - Open Source Telephony * This file is part of oFono - Open Source Telephony
* *
* Copyright (C) 2010 Nokia Corporation and/or its subsidary(-ies). * Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as * it under the terms of the GNU General Public License version 2 as

View File

@ -1,7 +1,7 @@
/* /*
* This file is part of oFono - Open Source Telephony * This file is part of oFono - Open Source Telephony
* *
* Copyright (C) 2010 Nokia Corporation and/or its subsidary(-ies). * Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as * it under the terms of the GNU General Public License version 2 as

View File

@ -1,7 +1,7 @@
/* /*
* This file is part of oFono - Open Source Telephony * This file is part of oFono - Open Source Telephony
* *
* Copyright (C) 2010 Nokia Corporation and/or its subsidary(-ies). * Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as * it under the terms of the GNU General Public License version 2 as

View File

@ -340,7 +340,7 @@ static void ste_transfer(struct ofono_voicecall *vc,
unsigned int transfer = 0x1 | 0x2; unsigned int transfer = 0x1 | 0x2;
/* Transfer can puts held & active calls together and disconnects /* 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. * dialing/ringing calls as well.
*/ */
transfer |= 0x4 | 0x8; transfer |= 0x4 | 0x8;