]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
Fix spelling errors in libserver 5367/head
authorJérôme Lebleu <jeromelebleu@users.noreply.github.com>
Sun, 2 Mar 2025 12:55:27 +0000 (13:55 +0100)
committerJérôme Lebleu <jeromelebleu@users.noreply.github.com>
Sun, 2 Mar 2025 12:55:27 +0000 (13:55 +0100)
src/libserver/cfg_rcl.cxx

index 79509e12e651c0dfdad3a28f1bc8c02e188bcf97..6ea8945abcfce8027a9d629539ed9cf9d8646f0a 100644 (file)
@@ -2210,7 +2210,7 @@ rspamd_rcl_config_init(struct rspamd_config *cfg, GHashTable *skip_sections)
 
                rspamd_rcl_add_doc_by_path(cfg,
                                                                   "options",
-                                                                  "Swtich mode of gtube patterns: disable, reject, all",
+                                                                  "Switch mode of gtube patterns: disable, reject, all",
                                                                   "gtube_patterns",
                                                                   UCL_STRING,
                                                                   nullptr,
@@ -2308,7 +2308,7 @@ rspamd_rcl_config_init(struct rspamd_config *cfg, GHashTable *skip_sections)
                                                                           rspamd_rcl_parse_struct_time,
                                                                           G_STRUCT_OFFSET(struct rspamd_config, upstream_resolve_min_interval),
                                                                           RSPAMD_CL_FLAG_TIME_FLOAT,
-                                                                          "Minumum interval to perform resolving (60 seconds by default)");
+                                                                          "Minimum interval to perform resolving (60 seconds by default)");
        }
 
        if (!(skip_sections && g_hash_table_lookup(skip_sections, "actions"))) {