Browse Source

Merge pull request #895 from moisseev/patch-1

[Minor] Fix typo
tags/1.4.0
Vsevolod Stakhov 7 years ago
parent
commit
c232b10ecd
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/libutil/radix.c

+ 1
- 1
src/libutil/radix.c View File

@@ -186,7 +186,7 @@ rspamd_radix_add_iplist (const gchar *list, const gchar *separators,
k = strtoul (ipnet, &err_str, 10);
if (errno != 0) {
msg_warn_radix (
"invalid netmask, error detected on symbol: %s, erorr: %s",
"invalid netmask, error detected on symbol: %s, error: %s",
err_str,
strerror (errno));
k = G_MAXINT;

Loading…
Cancel
Save