summaryrefslogtreecommitdiffstats
path: root/src/libutil/printf.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/printf.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/printf.h')
-rw-r--r--src/libutil/printf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libutil/printf.h b/src/libutil/printf.h
index 043b347a2..7cf3bd4a8 100644
--- a/src/libutil/printf.h
+++ b/src/libutil/printf.h
@@ -55,7 +55,7 @@
/**
* Callback used for common printf operations
* @param buf buffer to append
- * @param buflen lenght of the buffer
+ * @param buflen length of the buffer
* @param ud opaque pointer
* @return number of characters written
*/