From 707712b9392e3bc3a08ef90fae95ea7a1d540f09 Mon Sep 17 00:00:00 2001
From: Normal Norway <post@normal.no>
Date: Wed, 21 Oct 2015 02:49:41 -0400
Subject: [PATCH] fixed typo

---
 config/defaults.inc.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/config/defaults.inc.php b/config/defaults.inc.php
index eef7de4..40486c5 100644
--- a/config/defaults.inc.php
+++ b/config/defaults.inc.php
@@ -503,7 +503,7 @@
 // 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; 
 

--
Gitblit v1.9.1