[svn-commits] dbrooks: linux/trunk r6897 - in /linux/trunk/drivers/dahdi: ./ wctc4xxp/ xpp/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Jul 27 14:52:43 CDT 2009


Author: dbrooks
Date: Mon Jul 27 14:52:38 2009
New Revision: 6897

URL: http://svn.asterisk.org/svn-view/dahdi?view=rev&rev=6897
Log:
Replace typos "recieved" with "received".

(closes issue #15571)
Reported by: alecdavis


Modified:
    linux/trunk/drivers/dahdi/wct1xxp.c
    linux/trunk/drivers/dahdi/wctc4xxp/base.c
    linux/trunk/drivers/dahdi/xpp/card_pri.c

Modified: linux/trunk/drivers/dahdi/wct1xxp.c
URL: http://svn.asterisk.org/svn-view/dahdi/linux/trunk/drivers/dahdi/wct1xxp.c?view=diff&rev=6897&r1=6896&r2=6897
==============================================================================
--- linux/trunk/drivers/dahdi/wct1xxp.c (original)
+++ linux/trunk/drivers/dahdi/wct1xxp.c Mon Jul 27 14:52:38 2009
@@ -1101,7 +1101,7 @@
 		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 {

Modified: linux/trunk/drivers/dahdi/wctc4xxp/base.c
URL: http://svn.asterisk.org/svn-view/dahdi/linux/trunk/drivers/dahdi/wctc4xxp/base.c?view=diff&rev=6897&r1=6896&r2=6897
==============================================================================
--- linux/trunk/drivers/dahdi/wctc4xxp/base.c (original)
+++ linux/trunk/drivers/dahdi/wctc4xxp/base.c Mon Jul 27 14:52:38 2009
@@ -2528,7 +2528,7 @@
 		receive_csm_encaps_packet(wc, cmd);
 	} else {
 		DTE_DEBUG(DTE_DEBUG_GENERAL,
-		   "Unknown packet protocol recieved: %04x.\n",
+		   "Unknown packet protocol received: %04x.\n",
 		   be16_to_cpu(ethhdr->h_proto));
 		free_cmd(cmd);
 	}

Modified: linux/trunk/drivers/dahdi/xpp/card_pri.c
URL: http://svn.asterisk.org/svn-view/dahdi/linux/trunk/drivers/dahdi/xpp/card_pri.c?view=diff&rev=6897&r1=6896&r2=6897
==============================================================================
--- linux/trunk/drivers/dahdi/xpp/card_pri.c (original)
+++ linux/trunk/drivers/dahdi/xpp/card_pri.c Mon Jul 27 14:52:38 2009
@@ -1391,7 +1391,7 @@
 	spin_unlock_irqrestore(&xpd->lock, flags);
 }
 
-/*! Copy PCM chunks from the packet we recieved to the xpd struct.
+/*! Copy PCM chunks from the packet we received to the xpd struct.
  * \param xbus	xbus of target xpd.
  * \param xpd	target xpd.
  * \param pack	Source packet.




More information about the svn-commits mailing list