diff options
Diffstat (limited to 'drivers/atmodem')
-rw-r--r-- | drivers/atmodem/voicecall.c | 2 |
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; |