Module: kamailio
Branch: master
Commit: 98e1eabc676639b7e739d8641e3fa80f3c5b56dd
URL:
https://github.com/kamailio/kamailio/commit/98e1eabc676639b7e739d8641e3fa80…
Author: Henning Westerholt <hw(a)skalatan.de>
Committer: Henning Westerholt <hw(a)skalatan.de>
Date: 2019-09-29T23:15:40+02:00
tls: spelling fix in comments (usefull -> useful)
---
Modified: src/modules/tls/README.TLS
---
Diff:
https://github.com/kamailio/kamailio/commit/98e1eabc676639b7e739d8641e3fa80…
Patch:
https://github.com/kamailio/kamailio/commit/98e1eabc676639b7e739d8641e3fa80…
---
diff --git a/src/modules/tls/README.TLS b/src/modules/tls/README.TLS
index ef3a2ea1f5..3313c7f636 100644
--- a/src/modules/tls/README.TLS
+++ b/src/modules/tls/README.TLS
@@ -84,7 +84,7 @@ Copyright
modification in Makefile.defs.
The Makefile.defs file is where the library and include paths are set (where to locate
Openssl)
Read more on this below on the "external libraries" dependencies.
- The cfg.XXX patch provide configuration features from the ser.cfg file, usefull and
necessary.
+ The cfg.XXX patch provide configuration features from the ser.cfg file, useful and
necessary.
This core module has been compiled successfully with ser branch rel_0_9_0 (updated
as of June 2005, ser-0.9.3). It should compile in HEAD too without problem.
It has been tested for functionality (successfully) with rel_0_9_0 (ser-0.9.0).