aboutsummaryrefslogtreecommitdiffstats
path: root/src/libutil/fstring.h
diff options
context:
space:
mode:
authorAlexander Moisseev <moiseev@mezonplus.ru>2017-06-27 10:44:19 +0300
committerAlexander Moisseev <moiseev@mezonplus.ru>2017-06-27 10:44:19 +0300
commitbb5a9f8e451bc206e78c9d4d03eb4cbdbef260b3 (patch)
treeec38b50c99765caed67aaf23db308b17cc407d5f /src/libutil/fstring.h
parent146886df6d250a376b92d1bb615cb93679a7d6e8 (diff)
downloadrspamd-bb5a9f8e451bc206e78c9d4d03eb4cbdbef260b3.tar.gz
rspamd-bb5a9f8e451bc206e78c9d4d03eb4cbdbef260b3.zip
[Minor] Massive spelling correction
by a bot https://github.com/ka7/misspell_fixer
Diffstat (limited to 'src/libutil/fstring.h')
-rw-r--r--src/libutil/fstring.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libutil/fstring.h b/src/libutil/fstring.h
index ac69b01df..1d1d3b137 100644
--- a/src/libutil/fstring.h
+++ b/src/libutil/fstring.h
@@ -77,7 +77,7 @@ rspamd_fstring_t *rspamd_fstring_append_chars (rspamd_fstring_t *str,
char c, gsize len) G_GNUC_WARN_UNUSED_RESULT;
/**
- * Erase `len` characters at postion `pos`
+ * Erase `len` characters at position `pos`
*/
void rspamd_fstring_erase (rspamd_fstring_t *str, gsize pos, gsize len);