]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Fix spelling
authorViktor Krykun <viktor@krykun.com>
Fri, 15 Jun 2012 07:23:13 +0000 (10:23 +0300)
committerTravis Cross <tc@traviscross.com>
Mon, 11 Feb 2013 16:41:49 +0000 (16:41 +0000)
Modified-by: Travis Cross <tc@traviscross.com>
Signed-off-by: Travis Cross <tc@traviscross.com>
libs/libzrtp/include/zrtp.h

index 37595ab735ca5a5d4f2c722ef94649f299b7a9a3..44bd194843d8476282e4902f6da83d72c52c1a19 100644 (file)
@@ -167,7 +167,7 @@ typedef struct zrtp_config_t
  * \brief zrtp stream information structure
  * \ingroup zrtp_main_management
  * 
- * libzrtp, since v0.80 takes data incapsulating approach and hides all private date inside 
+ * libzrtp, since v0.80 takes data encapsulating approach and hides all private data inside
  * zrtp_stream_t structure. Developers shouldn't access them directly. \ref zrtp_stream_get() should 
  * be used instead to fill zrtp_stream_info_t structure. zrtp_stream_info_t contains all needed 
  * information in safe and easy to use form.