From c1ae5dc49be01a567b403306ee4b560391293f67 Mon Sep 17 00:00:00 2001
From: "David M. Lee" <dlee@digium.com>
Date: Tue, 16 Apr 2013 14:09:25 +0000
Subject: [PATCH] Fixed a typo

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@385835 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 include/asterisk/stasis_channels.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/asterisk/stasis_channels.h b/include/asterisk/stasis_channels.h
index 41d2da8185..53dcc24e82 100644
--- a/include/asterisk/stasis_channels.h
+++ b/include/asterisk/stasis_channels.h
@@ -34,7 +34,7 @@
  * \brief Structure representing a snapshot of channel state.
  *
  * While not enforced programmatically, this object is shared across multiple
- * threads, and should be threated as an immutable object.
+ * threads, and should be treated as an immutable object.
  */
 struct ast_channel_snapshot {
 	AST_DECLARE_STRING_FIELDS(
-- 
GitLab