Skip to content

Commit

Permalink
[Minor] Go be noц somewhere else
Browse files Browse the repository at this point in the history
  • Loading branch information
vstakhov committed Feb 28, 2021
1 parent 8ebd148 commit 0a82f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libmime/mime_headers.c
Expand Up @@ -1866,7 +1866,7 @@ rspamd_message_set_modified_header (struct rspamd_task *task,
/* End of headers removal logic */
}

/* We can noц deal with headers additions */
/* We can now deal with headers additions */
elt = ucl_object_lookup (obj, "add");
if (elt && ucl_object_type (elt) == UCL_ARRAY) {
if (!(hdr_elt->flags & RSPAMD_HEADER_MODIFIED)) {
Expand Down

0 comments on commit 0a82f42

Please sign in to comment.