Skip to content

Commit d491448

Browse files
committed
spelling: with
Signed-off-by: Josh Soref <[email protected]>
1 parent 147f00b commit d491448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib-language/lang-settings.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ static bool langs_settings_ext_check(struct event *event, void *_set,
124124

125125
if (lang_default != NULL) {
126126
*error_r = t_strdup_printf(
127-
"Only one language with with { default = yes } is allowed"
127+
"Only one language with { default = yes } is allowed"
128128
" (default is '%s', cannot set '%s' too)",
129129
lang_default, lang_set->name);
130130
settings_free(lang_set);

0 commit comments

Comments
 (0)