Fix typo in error message

This commit is contained in:
Damien Regad 2020-03-14 18:24:47 +01:00
parent af1080410d
commit 985f440f62
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ class ActionRouter {
if(defined('DOKU_UNITTEST')) {
throw $e;
}
$msg = 'Something unforseen has happened: ' . $e->getMessage();
$msg = 'Something unforeseen has happened: ' . $e->getMessage();
nice_die(hsc($msg));
}