From bb5a9f8e451bc206e78c9d4d03eb4cbdbef260b3 Mon Sep 17 00:00:00 2001 From: Alexander Moisseev Date: Tue, 27 Jun 2017 10:44:19 +0300 Subject: [Minor] Massive spelling correction by a bot https://github.com/ka7/misspell_fixer --- src/libutil/str_util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libutil/str_util.h') diff --git a/src/libutil/str_util.h b/src/libutil/str_util.h index 473b5cbbb..3c2af2fb3 100644 --- a/src/libutil/str_util.h +++ b/src/libutil/str_util.h @@ -65,7 +65,7 @@ guint rspamd_gstring_icase_hash (gconstpointer key); gboolean rspamd_gstring_icase_equal (gconstpointer v, gconstpointer v2); /** - * Copy src to dest limited to len, in compare with standart strlcpy(3) rspamd strlcpy does not + * Copy src to dest limited to len, in compare with standard strlcpy(3) rspamd strlcpy does not * traverse the whole string and it is possible to use it for non NULL terminated strings. This is * more like memccpy(dst, src, size, '\0') * -- cgit v1.2.3