From 5e6e490593bf67209c70eea2c5ec6e1694154603 Mon Sep 17 00:00:00 2001
From: Cato Olsen <cato.olsen@uninett.no>
Date: Tue, 4 Nov 2008 15:24:20 +0000
Subject: [PATCH] Fixed typo in comment.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@975 44740490-163a-0410-bde0-09ae8108e29a
---
 lib/SimpleSAML/Logger.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/SimpleSAML/Logger.php b/lib/SimpleSAML/Logger.php
index 3cd46ff6f..a951a5c52 100644
--- a/lib/SimpleSAML/Logger.php
+++ b/lib/SimpleSAML/Logger.php
@@ -108,8 +108,8 @@ class SimpleSAML_Logger {
 		 */
 		self::$logLevel = $config->getValue('logging.level',LOG_INFO);
 
-		/* If 'session.handler' is NULL or unset, then we want
-		 * to fall back to the default PHP session handler.
+		/* If 'logging.handler' is NULL or unset, then we want
+		 * to fall back to the default logging handler.
 		 */
 		if(is_null($handler)) {
 			$handler = 'syslog';
-- 
GitLab