]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Fix misspelling in comment
authorTravis Cross <tc@traviscross.com>
Sun, 29 Jun 2014 00:13:30 +0000 (00:13 +0000)
committerTravis Cross <tc@traviscross.com>
Mon, 30 Jun 2014 19:00:34 +0000 (19:00 +0000)
libs/srtp/crypto/include/err.h

index 1a6e17018238a888d5d24810a643a6c4e8f491a7..e54514df4ef520726c134df5ad270f22bd46077a 100644 (file)
@@ -87,7 +87,7 @@ typedef enum {
   err_status_nonce_bad    = 18, /**< nonce check failed                      */
   err_status_read_fail    = 19, /**< couldn't read data                      */
   err_status_write_fail   = 20, /**< couldn't write data                     */
-  err_status_parse_err    = 21, /**< error pasring data                      */
+  err_status_parse_err    = 21, /**< error parsing data                      */
   err_status_encode_err   = 22, /**< error encoding data                     */
   err_status_semaphore_err = 23,/**< error while using semaphores            */
   err_status_pfkey_err    = 24  /**< error while using pfkey                 */