From: Viktor Krykun Date: Fri, 15 Jun 2012 07:23:13 +0000 (+0300) Subject: Fix spelling X-Git-Tag: v1.3.13~60^2~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7d0c274abea240cfb9dc6378626e61f8c6dfd76;p=thirdparty%2Ffreeswitch.git Fix spelling Modified-by: Travis Cross Signed-off-by: Travis Cross --- diff --git a/libs/libzrtp/include/zrtp.h b/libs/libzrtp/include/zrtp.h index 37595ab735..44bd194843 100644 --- a/libs/libzrtp/include/zrtp.h +++ b/libs/libzrtp/include/zrtp.h @@ -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.