summaryrefslogtreecommitdiffstats
path: root/inc/util.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/util.inc.php')
-rw-r--r--inc/util.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/util.inc.php b/inc/util.inc.php
index 21d784a8..a15b9faf 100644
--- a/inc/util.inc.php
+++ b/inc/util.inc.php
@@ -8,7 +8,7 @@ class Util
* Displays an error message and stops script execution.
* If CONFIG_DEBUG is true, it will also dump a stack trace
* and all globally defined variables.
- * (As this might reveal sensistive data you should never enable it in production)
+ * (As this might reveal sensitive data you should never enable it in production)
*/
public static function traceError($message)
{