Module: kamailio Branch: master Commit: 93586580259fe2d71899a3a4d83868f89362f695 URL: https://github.com/kamailio/kamailio/commit/93586580259fe2d71899a3a4d83868f8...
Author: Bastian Triller bastian.triller@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2025-07-14T12:58:23+02:00
htable: Fix typo
---
Modified: src/core/parser/parse_fline.c
---
Diff: https://github.com/kamailio/kamailio/commit/93586580259fe2d71899a3a4d83868f8... Patch: https://github.com/kamailio/kamailio/commit/93586580259fe2d71899a3a4d83868f8...
---
diff --git a/src/core/parser/parse_fline.c b/src/core/parser/parse_fline.c index 64d51aae9d0..0db50545533 100644 --- a/src/core/parser/parse_fline.c +++ b/src/core/parser/parse_fline.c @@ -130,7 +130,7 @@ char *parse_first_line(char *buffer, unsigned int len, struct msg_start *fl) * H-file (this is the value which you will take later in * processing and define XXX_LEN as length of method name; * then just call IFISMETHOD( XXX, 'X' ) ... 'X' is the first - * latter; everything must be capitals + * letter; everything must be capitals */ else {