diff options
| author | Johan Hedberg <johan.hedberg@nokia.com> | 2009-02-06 10:50:03 -0800 | 
|---|---|---|
| committer | Johan Hedberg <johan.hedberg@nokia.com> | 2009-02-06 10:50:03 -0800 | 
| commit | c3afb01697ba1320b63473b5078ad08132938630 (patch) | |
| tree | 263ee6c889ebbc3c62fe1f79b8537cbc7a54f21c | |
| parent | 67d8c4fbc43e4e72174da96734572c3c2291bc4b (diff) | |
Fix typo
| -rw-r--r-- | audio/headset.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/audio/headset.c b/audio/headset.c index 93cc983c..96a1fc21 100644 --- a/audio/headset.c +++ b/audio/headset.c @@ -991,7 +991,7 @@ static int call_waiting_notify(struct audio_device *device, const char *buf)  	if (buf[8] == '1') {  		hs->cwa_enabled = TRUE; -		debug("Call waiting notifiaction enabled for headset %p", hs); +		debug("Call waiting notification enabled for headset %p", hs);  	} else {  		hs->cwa_enabled = FALSE;  		debug("Call waiting notification disabled for headset %p", hs); | 
