srtp: Spell 'mechanisms' right
authorAndreas Frisch <afrisch@make.tv>
Fri, 15 Mar 2019 09:46:56 +0000 (10:46 +0100)
committerJan Alexander Steffens (heftig) <jsteffens@make.tv>
Fri, 15 Mar 2019 09:57:17 +0000 (10:57 +0100)
ext/srtp/gstsrtpdec.c
ext/srtp/gstsrtpenc.c

index fc261ec..0e8b137 100644 (file)
  * For each packet received, it checks if the internal SSRC is in the list
  * of streams already in use. If this is not the case, it sends a signal to
  * the user to get the needed parameters to create a new stream : master
- * key, encryption and authentication mecanisms for both RTP and RTCP. If
+ * key, encryption and authentication mechanisms for both RTP and RTCP. If
  * the user can't provide those parameters, the buffer is dropped and a
  * warning is emitted.
  *
  * This element uses libsrtp library. The encryption and authentication
- * mecanisms available are :
+ * mechanisms available are :
  *
  * Encryption
  * - AES_ICM 256 bits (maximum security)
index 5248c1f..6efe92e 100644 (file)
@@ -64,7 +64,7 @@
  * unless the user has set the relevant properties first. It also uses
  * a master key that MUST be set by property (key) at the beginning. The
  * master key must be of a maximum length of 46 characters (14 characters
- * for the salt plus the key). The encryption and authentication mecanisms
+ * for the salt plus the key). The encryption and authentication mechanisms
  * available are :
  *
  * Encryption (properties rtp-cipher and rtcp-cipher)