From ee5b0c2849f1818a37549444d09cb1c078fc70d3 Mon Sep 17 00:00:00 2001 From: David Brooks Date: Mon, 27 Jul 2009 19:52:38 +0000 Subject: Replace typos "recieved" with "received". (closes issue #15571) Reported by: alecdavis git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@6897 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- drivers/dahdi/wct1xxp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/dahdi/wct1xxp.c') diff --git a/drivers/dahdi/wct1xxp.c b/drivers/dahdi/wct1xxp.c index 09a87c5..8db70e0 100644 --- a/drivers/dahdi/wct1xxp.c +++ b/drivers/dahdi/wct1xxp.c @@ -1101,7 +1101,7 @@ static void t1xxp_check_alarms(struct t1xxp *wc) start_alarm(wc); if (!(alarms & (DAHDI_ALARM_RED | DAHDI_ALARM_BLUE | DAHDI_ALARM_LOOPBACK)) && wc->sync) { - /* Use the recieve signalling */ + /* Use the receive signalling */ wc->span.syncsrc = wc->span.spanno; d |= 1; } else { -- cgit v1.2.3