From 707712b9392e3bc3a08ef90fae95ea7a1d540f09 Mon Sep 17 00:00:00 2001 From: Normal Norway Date: Wed, 21 Oct 2015 08:49:41 +0200 Subject: [PATCH] fixed typo --- config/defaults.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/defaults.inc.php b/config/defaults.inc.php index eef7de47f..40486c5da 100644 --- a/config/defaults.inc.php +++ b/config/defaults.inc.php @@ -503,7 +503,7 @@ $config['sendmail_delay'] = 0; // Maximum number of recipients per message. Default: 0 (no limit) $config['max_recipients'] = 0; -// Maximum allowednumber of members of an address group. Default: 0 (no limit) +// Maximum allowed number of members of an address group. Default: 0 (no limit) // If 'max_recipients' is set this value should be less or equal $config['max_group_members'] = 0;