Module: kamailio Branch: master Commit: 9a268f13454c498fd374ca24b1a876e057ff155d URL: https://github.com/kamailio/kamailio/commit/9a268f13454c498fd374ca24b1a876e0...
Author: Henning Westerholt hw@skalatan.de Committer: Henning Westerholt hw@skalatan.de Date: 2019-10-02T16:27:40+02:00
crypto: spelling fix in comment
---
Modified: src/modules/crypto/api.h
---
Diff: https://github.com/kamailio/kamailio/commit/9a268f13454c498fd374ca24b1a876e0... Patch: https://github.com/kamailio/kamailio/commit/9a268f13454c498fd374ca24b1a876e0...
---
diff --git a/src/modules/crypto/api.h b/src/modules/crypto/api.h index fa87923304..ce79c72229 100644 --- a/src/modules/crypto/api.h +++ b/src/modules/crypto/api.h @@ -41,7 +41,7 @@ typedef int (*load_crypto_f)( struct crypto_binds* ); int load_crypto( struct crypto_binds *cb );
/*! - * \brief Function to be called directly from other modules to load the CRYTPO API + * \brief Function to be called directly from other modules to load the CRYPTO API * \param cb crypto API export binding * \return 0 on success, -1 if the API loader could not imported */