summaryrefslogtreecommitdiffstats
path: root/lib/SimpleSAML/Metadata/MetaDataStorageHandlerXML.php
diff options
context:
space:
mode:
authorJaime Perez Crespo <jaime.perez@uninett.no>2015-11-06 15:20:47 +0100
committerJaime Perez Crespo <jaime.perez@uninett.no>2015-11-06 15:20:47 +0100
commitf25c7815af52a751cb815709ff33abee14e130a4 (patch)
tree3d0987cdfb1802ea2cb2ee60e37d0c569ceac984 /lib/SimpleSAML/Metadata/MetaDataStorageHandlerXML.php
parent417c2175dc682a487d784cca08170989089552ee (diff)
downloadsimplesamlphp-f25c7815af52a751cb815709ff33abee14e130a4.zip
simplesamlphp-f25c7815af52a751cb815709ff33abee14e130a4.tar.gz
simplesamlphp-f25c7815af52a751cb815709ff33abee14e130a4.tar.bz2
s/simpleSAMLphp/SimpleSAMLphp/g
(being respectful with occurences that might change the behaviour, i.e. default database prefixes)
Diffstat (limited to 'lib/SimpleSAML/Metadata/MetaDataStorageHandlerXML.php')
-rw-r--r--lib/SimpleSAML/Metadata/MetaDataStorageHandlerXML.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/SimpleSAML/Metadata/MetaDataStorageHandlerXML.php b/lib/SimpleSAML/Metadata/MetaDataStorageHandlerXML.php
index 36c3568..44dba1f 100644
--- a/lib/SimpleSAML/Metadata/MetaDataStorageHandlerXML.php
+++ b/lib/SimpleSAML/Metadata/MetaDataStorageHandlerXML.php
@@ -22,7 +22,7 @@ class SimpleSAML_Metadata_MetaDataStorageHandlerXML extends SimpleSAML_Metadata_
/**
* This function initializes the XML metadata source. The configuration must contain one of
* the following options:
- * - 'file': Path to a file with the metadata. This path is relative to the simpleSAMLphp
+ * - 'file': Path to a file with the metadata. This path is relative to the SimpleSAMLphp
* base directory.
* - 'url': URL we should download the metadata from. This is only meant for testing.
*