From a0360b7dbc6938f98387717961664b5b6e9fb987 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaime=20Pe=CC=81rez?= <jaime.perez@uninett.no> Date: Sat, 2 Jul 2016 17:15:45 +0200 Subject: [PATCH] Typo: s/overriden/overridden/. --- lib/SimpleSAML/Error/Exception.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/SimpleSAML/Error/Exception.php b/lib/SimpleSAML/Error/Exception.php index 019a27c8b..bd54a9a81 100644 --- a/lib/SimpleSAML/Error/Exception.php +++ b/lib/SimpleSAML/Error/Exception.php @@ -214,7 +214,7 @@ class SimpleSAML_Error_Exception extends Exception * * Override to allow errors extending this class to specify the log level themselves. * - * @param int $default_level The log level to use if this method was not overriden. + * @param int $default_level The log level to use if this method was not overridden. */ public function log($default_level) { -- GitLab