diff options
author | Josh Soref <2119212+jsoref@users.noreply.github.com> | 2022-02-22 17:01:28 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-22 22:01:28 +0000 |
commit | 2b8e6958f40ef36c1508118ac36a43694283a83c (patch) | |
tree | fa9a9b6843546bdb297b00bc78b83ab4c318f724 /src/libutil/upstream.h | |
parent | 85faeb34719e2b0898d319b02416f669d70f4562 (diff) | |
download | rspamd-2b8e6958f40ef36c1508118ac36a43694283a83c.tar.gz rspamd-2b8e6958f40ef36c1508118ac36a43694283a83c.zip |
Spelling (#4086)
[Rework] Massive spelling fix from @jsoref
Diffstat (limited to 'src/libutil/upstream.h')
-rw-r--r-- | src/libutil/upstream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libutil/upstream.h b/src/libutil/upstream.h index e81fa2ed7..492209649 100644 --- a/src/libutil/upstream.h +++ b/src/libutil/upstream.h @@ -249,7 +249,7 @@ gboolean rspamd_upstream_add_addr (struct upstream *up, const gchar *rspamd_upstream_name (struct upstream *up); /** - * Returns the port of the current addres for the upstream + * Returns the port of the current address for the upstream * @param up * @return */ |