Module: kamailio Branch: master Commit: d9445d60ea6432664447858dff3852be94c04196 URL: https://github.com/kamailio/kamailio/commit/d9445d60ea6432664447858dff3852be...
Author: �������������������� �������������������������������� git-dpa@aegee.org Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2023-02-08T14:05:32+01:00
xhttp_prom: typo
---
Modified: src/modules/xhttp_prom/xhttp_prom.c
---
Diff: https://github.com/kamailio/kamailio/commit/d9445d60ea6432664447858dff3852be... Patch: https://github.com/kamailio/kamailio/commit/d9445d60ea6432664447858dff3852be...
---
diff --git a/src/modules/xhttp_prom/xhttp_prom.c b/src/modules/xhttp_prom/xhttp_prom.c index 74f83dce87..1c471d4b11 100644 --- a/src/modules/xhttp_prom/xhttp_prom.c +++ b/src/modules/xhttp_prom/xhttp_prom.c @@ -198,7 +198,7 @@ struct module_exports exports = { * @brief Implementation of prom_fault function required by the management API. * * This function will be called whenever a management function - * indicates that an error ocurred while it was processing the request. The + * indicates that an error occurred while it was processing the request. The * function takes the reply code and reason phrase as parameters, these will * be put in the body of the reply. *