diff options
Diffstat (limited to 'src/libserver/css/css_rule.hxx')
-rw-r--r-- | src/libserver/css/css_rule.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libserver/css/css_rule.hxx b/src/libserver/css/css_rule.hxx index 8de6c7891..3385a0de1 100644 --- a/src/libserver/css/css_rule.hxx +++ b/src/libserver/css/css_rule.hxx @@ -114,7 +114,7 @@ public: /** * Compile CSS declaration to the html block - * @param pool used to carry memory requred for html_block + * @param pool used to carry memory required for html_block * @return html block structure */ auto compile_to_block(rspamd_mempool_t *pool) const -> rspamd::html::html_block *; |