From fd7012be3b7cd6b8d110464a8de69e788543ecfd Mon Sep 17 00:00:00 2001
From: Dane Powell <danepowell@users.noreply.github.com>
Date: Mon, 17 Oct 2016 15:48:17 -0700
Subject: [PATCH] Fixed incorrect memcache_store prefix docs.

---
 config-templates/config.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config-templates/config.php b/config-templates/config.php
index 8c614f6df..442a1d3b6 100644
--- a/config-templates/config.php
+++ b/config-templates/config.php
@@ -592,7 +592,7 @@ $config = array(
 
     /*
      * This value allows you to set a prefix for memcache-keys. The default
-     * for this value is 'SimpleSAMLphp', which is fine in most cases.
+     * for this value is 'simpleSAMLphp', which is fine in most cases.
      *
      * When running multiple instances of SSP on the same host, and more
      * than one instance is using memcache, you probably want to assign
-- 
GitLab