From: Russell Bryant Date: Fri, 29 Dec 2006 06:26:53 +0000 (+0000) Subject: Fix a spelling mistake in a comment. X-Git-Tag: 1.6.0-beta1~3^2~3606 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=723c1ffba8abaaaa6e51d4ccf7941ac5c323c202;p=thirdparty%2Fasterisk.git Fix a spelling mistake in a comment. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@49053 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/include/asterisk/smdi.h b/include/asterisk/smdi.h index 24fe7ccead..6260d9d2d5 100644 --- a/include/asterisk/smdi.h +++ b/include/asterisk/smdi.h @@ -88,7 +88,7 @@ struct ast_smdi_mwi_queue { * * The ast_smdi_interface structure holds information on a serial port that * should be monitored for SMDI activity. The structure contains a message - * queue of messages that have been recieved on the interface. + * queue of messages that have been received on the interface. */ struct ast_smdi_interface { ASTOBJ_COMPONENTS_FULL(struct ast_smdi_interface, SMDI_MAX_FILENAME_LEN, 1);