From c3afb01697ba1320b63473b5078ad08132938630 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Fri, 6 Feb 2009 10:50:03 -0800 Subject: Fix typo --- audio/headset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit