aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-12-29 06:26:53 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-12-29 06:26:53 +0000
commit7b5d7641b4703075e9ec1b4a9dd38ea1b53aab78 (patch)
treeae7ac624dbd48cd257783d2963195474b73c8ce1 /include/asterisk
parentc47387a7b43d13ef75df5da93c3460267c2129d4 (diff)
Fix a spelling mistake in a comment.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@49053 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk')
-rw-r--r--include/asterisk/smdi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/smdi.h b/include/asterisk/smdi.h
index 24fe7ccea..6260d9d2d 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);