diff options
author | Alexander Moisseev <moiseev@mezonplus.ru> | 2017-06-28 10:14:54 +0300 |
---|---|---|
committer | Alexander Moisseev <moiseev@mezonplus.ru> | 2017-06-28 10:14:54 +0300 |
commit | b66b1aa609308ad2a6b7ace6fa54ad6273e6d097 (patch) | |
tree | 5b44a41bb15631c89e85ea36ad407800f12421eb /src/ragel | |
parent | d59bcf73d33b0029b617aa1b37ac9ea761948e46 (diff) | |
download | rspamd-b66b1aa609308ad2a6b7ace6fa54ad6273e6d097.tar.gz rspamd-b66b1aa609308ad2a6b7ace6fa54ad6273e6d097.zip |
[Refactor] Correct misspelled `rspamd_smtp_recieved_parse`
Diffstat (limited to 'src/ragel')
-rw-r--r-- | src/ragel/smtp_received_parser.rl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ragel/smtp_received_parser.rl b/src/ragel/smtp_received_parser.rl index 87cb73e88..4996658fc 100644 --- a/src/ragel/smtp_received_parser.rl +++ b/src/ragel/smtp_received_parser.rl @@ -234,7 +234,7 @@ %% write data; int -rspamd_smtp_recieved_parse (struct rspamd_task *task, const char *data, size_t len, struct received_header *rh) +rspamd_smtp_received_parse (struct rspamd_task *task, const char *data, size_t len, struct received_header *rh) { struct rspamd_email_address for_addr, *addr; const char *real_domain_start, *real_domain_end, |